wt.tools.profiler
Class AdapterListMap
java.lang.Object
java.util.AbstractMap
java.util.HashMap
wt.tools.profiler.AdapterListMap
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- public class AdapterListMap
- extends HashMap
- See Also:
- Serialized Form
Nested classes inherited from class java.util.HashMap |
|
Nested classes inherited from class java.util.AbstractMap |
|
Fields inherited from class java.util.HashMap |
|
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
instance
private static AdapterListMap instance
VERBOSE
private static boolean VERBOSE
AdapterListMap
public AdapterListMap()
getInstance
public static AdapterListMap getInstance()
regProfOperation
public void regProfOperation(ProfilingKey key,
ProfilingListener adapter)
disableAdapters
public int disableAdapters(ProfilingKey[] keys)
throws WTException
- Throws:
WTException
enableAdapters
public int enableAdapters(ProfilingKey[] keys)
throws WTException
- Throws:
WTException