|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProfilingKey | |
wt.fc.profiling | |
wt.iba.value.service | |
wt.org | |
wt.tools.profiler |
Uses of ProfilingKey in wt.fc.profiling |
Classes in wt.fc.profiling that implement ProfilingKey | |
class |
PersistProfKey
This class implments a ProfilingKey and ProfilingListener for the ability to profile PersistInfo objects via the Profiling service. |
class |
SQLProfilingKey
This class implments a ProfilingKey and ProfilingListener for the ability to profile SQL operations via the Profile service. |
Methods in wt.fc.profiling that return ProfilingKey | |
ProfilingKey |
AbstractProfilingLogger.getProfilingKey()
Gets the value of the attribute: profilingKey; The key to use for profiling. |
Uses of ProfilingKey in wt.iba.value.service |
Classes in wt.iba.value.service that implement ProfilingKey | |
class |
IBAServiceProfilingKey
This class implments a ProfilingKey and ProfilingListener for the ability to profile IBA Service operations via the Profile service. |
Uses of ProfilingKey in wt.org |
Classes in wt.org that implement ProfilingKey | |
class |
TaskProfKey
This class provides the ability to profile Infoengine Tasks via the Profiling service. |
Uses of ProfilingKey in wt.tools.profiler |
Classes in wt.tools.profiler that implement ProfilingKey | |
class |
ProfilingKeyAdapter
An instance(adapter) of this class should be created by any service that wants to have any of its operations to be profiled. |
Fields in wt.tools.profiler declared as ProfilingKey | |
(package private) ProfilingKey[] |
ProfilerMenu.keys
|
Methods in wt.tools.profiler that return ProfilingKey | |
ProfilingKey[] |
StandardProfilerService.getRegAdapters()
|
ProfilingKey[] |
ProfilerServiceFwd.getRegAdapters()
Supported API: false |
ProfilingKey[] |
ProfilerService.getRegAdapters()
|
ProfilingKey[] |
ProfilerMenu.getKeysArr()
|
Methods in wt.tools.profiler with parameters of type ProfilingKey | |
int |
StandardProfilerService.enableAdapters(ProfilingKey[] keys)
|
int |
StandardProfilerService.disableAdapters(ProfilingKey[] keys)
|
void |
StandardProfilerService.regProfOperation(ProfilingKey key,
ProfilingListener adapter)
Any service/function that wants to make one of its operations profilable, creates an adapter & a listener. |
void |
StandardProfilerService.reportOpData(ProfilingKey key,
Object occuranceKey,
int cost,
Object occuranceData)
Operations being profiled will report data using this method. |
void |
ProfilerServiceSvr.regProfOperation(ProfilingKey key,
ProfilingListener adapter)
Any service/function that wants to make one of its operations profilable, creates an adapter & a listener. |
void |
ProfilerServiceSvr.reportOpData(ProfilingKey key,
Object occuranceKey,
int cost,
Object occuranceData)
Operations being profiled will report data using this method. |
int |
ProfilerServiceFwd.enableAdapters(ProfilingKey[] keys)
Supported API: false |
int |
ProfilerServiceFwd.disableAdapters(ProfilingKey[] keys)
Supported API: false |
int |
ProfilerService.enableAdapters(ProfilingKey[] keys)
|
int |
ProfilerService.disableAdapters(ProfilingKey[] keys)
|
static void |
ProfilerServerHelper.regProfilingOperation(ProfilingKey key,
ProfilingListener adapter)
Any service/function that wants to make one of its operations profilable, creates an adapter & a listener. |
static void |
ProfilerServerHelper.repProfilingData(ProfilingKey key,
Object occuranceKey,
int cost,
Object occuranceData)
Operations being profiled will report data using this method. |
void |
ProfilerMenu.setKeysArr(ProfilingKey[] keysArr)
|
void |
ProfilerFrame.initFrame(String name,
int countVal,
boolean leaf,
int costVal,
int typeVal,
ProfilingKey key)
|
void |
AdapterListMap.regProfOperation(ProfilingKey key,
ProfilingListener adapter)
|
int |
AdapterListMap.disableAdapters(ProfilingKey[] keys)
|
int |
AdapterListMap.enableAdapters(ProfilingKey[] keys)
|
Constructors in wt.tools.profiler with parameters of type ProfilingKey | |
ProfilerFrame(String name,
int countVal,
boolean leaf,
int costVal,
ProfilingKey key)
|
|
ProfilerFrame(String name,
int countVal,
boolean leaf,
int costVal,
int typeVal,
ProfilingKey key)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |