com.cisco.services.tracing
Interface TraceModule

All Known Subinterfaces:
CiscoJtapiPeer

public interface TraceModule

The TraceModule interface serves two purposes. First, it allows applications to discover the TraceManager object used by other packages that they use. Second, applications that register with the TraceManagerFactory must identify themselves by implementing this interface.


Method Summary
 TraceManager getTraceManager()
          Returns the TraceManager that an object is using for tracing.
 java.lang.String getTraceModuleName()
          Returns the module name.
 

Method Detail

getTraceManager

TraceManager getTraceManager()
Returns the TraceManager that an object is using for tracing.


getTraceModuleName

java.lang.String getTraceModuleName()
Returns the module name.