wt.tools.profiler
Class ProfilingKeyAdapter

java.lang.Object
  extended by wt.tools.profiler.ProfilingKeyAdapter
All Implemented Interfaces:
Serializable, wt.tools.profiler.ProfilingKey

public class ProfilingKeyAdapter
extends Object
implements wt.tools.profiler.ProfilingKey, Serializable

An instance(adapter) of this class should be created by any service that wants to have any of its operations to be profiled. 1 adapter needs to created for each operation. An adapter is identified by its dispName(eg SQL, CACHE) which is mandatory. costName(eg num_rows) and dataName(eg bind parameters) need not be provided during this adapter creation if cost and data will not be reported by the operation being profiled.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait