All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.eNetwork.ECL.trace.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
-
GetComponent()
- Returns the component name.
-
GetFunction()
- Returns the function name.
-
GetTraceLevel()
- Returns the current trace level.
-
SetTraceLevel(int)
- Sets the current trace level.
GetTraceLevel
public abstract int GetTraceLevel()
- Returns the current trace level.
SetTraceLevel
public abstract void SetTraceLevel(int level)
- Sets the current trace level.
- Parameters:
- level - The new trace level
GetComponent
public abstract String GetComponent()
- Returns the component name.
GetFunction
public abstract String GetFunction()
- Returns the function name.
All Packages Class Hierarchy This Package Previous Next Index