wt.tools.profiler
Class AdapterListMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended bywt.tools.profiler.AdapterListMap
All Implemented Interfaces:
Cloneable, Map, Serializable

public class AdapterListMap
extends HashMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.HashMap
 
Nested classes inherited from class java.util.AbstractMap
 
Field Summary
private static AdapterListMap instance
           
private static boolean VERBOSE
           
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
AdapterListMap()
           
 
Method Summary
 int disableAdapters(ProfilingKey[] keys)
           
 int enableAdapters(ProfilingKey[] keys)
           
static AdapterListMap getInstance()
           
 void regProfOperation(ProfilingKey key, ProfilingListener adapter)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

instance

private static AdapterListMap instance

VERBOSE

private static boolean VERBOSE
Constructor Detail

AdapterListMap

public AdapterListMap()
Method Detail

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