wt.fc.profiling
Class PersistProfKey
java.lang.Object
wt.tools.profiler.ProfilingKeyAdapter
wt.fc.profiling.PersistProfKey
- All Implemented Interfaces:
- ProfilingKey, Serializable
- public class PersistProfKey
- extends ProfilingKeyAdapter
This class implments a ProfilingKey and ProfilingListener for the ability
to profile PersistInfo objects via the Profiling service. Since objects can
also get persisted to the database, the current implementation provides the
ability to understand how many persistinfo objects get serialized for rmi and
into the database(ifc)
- See Also:
- Serialized Form
Methods inherited from class wt.tools.profiler.ProfilingKeyAdapter |
EnabledInGUI, equals, getCostName, getDataName, getDispName, hashCode, optEnabledInGUI, setCostName, setDataName, setDispName, toString |
PERSIST_CLASSID_DATA
public static final String PERSIST_CLASSID_DATA
- See Also:
- Constant Field Values
PERSIST_DISPLAY_NAME
private static final String PERSIST_DISPLAY_NAME
- See Also:
- Constant Field Values
persistRmiReadKey
private static ProfilingKeyAdapter persistRmiReadKey
persistRmiReadList
private static ProfilingListener persistRmiReadList
persistRmiWriteKey
private static ProfilingKeyAdapter persistRmiWriteKey
persistRmiWriteList
private static ProfilingListener persistRmiWriteList
persistIfcReadKey
private static ProfilingKeyAdapter persistIfcReadKey
persistIfcReadList
private static ProfilingListener persistIfcReadList
persistIfcWriteKey
private static ProfilingKeyAdapter persistIfcWriteKey
persistIfcWriteList
private static ProfilingListener persistIfcWriteList
instance
public static PersistProfKey instance
PersistProfKey
public PersistProfKey()
getRmiReadKey
public static ProfilingKeyAdapter getRmiReadKey()
getRmiWriteKey
public static ProfilingKeyAdapter getRmiWriteKey()
getIfcReadKey
public static ProfilingKeyAdapter getIfcReadKey()
getIfcWriteKey
public static ProfilingKeyAdapter getIfcWriteKey()