com.ibm.eNetwork.ECL.trace
Interface ECLTraceProducer


public interface ECLTraceProducer

Interface implemented by all components which fire trace events. The ECLTraceEvent.GetTraceProducer() method returns the corresponding ECLTraceProducer for a given ECLTraceEvent.

See Also:
ECLTraceEvent

Method Summary
 java.lang.String GetComponent()
          Returns the component name.
 java.lang.String GetFunction()
          Returns the function name.
 int GetTraceLevel()
          Returns the current trace level.
 void SetTraceLevel(int level)
          Sets the current trace level.
 

Method Detail

GetTraceLevel

public int GetTraceLevel()
Returns the current trace level.

SetTraceLevel

public void SetTraceLevel(int level)
Sets the current trace level.
Parameters:
level - The new trace level

GetComponent

public java.lang.String GetComponent()
Returns the component name.

GetFunction

public java.lang.String GetFunction()
Returns the function name.