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

Method Index

 o GetComponent()
Returns the component name.
 o GetFunction()
Returns the function name.
 o GetTraceLevel()
Returns the current trace level.
 o SetTraceLevel(int)
Sets the current trace level.

Methods

 o GetTraceLevel
 public abstract int GetTraceLevel()
Returns the current trace level.

 o SetTraceLevel
 public abstract void SetTraceLevel(int level)
Sets the current trace level.

Parameters:
level - The new trace level
 o GetComponent
 public abstract String GetComponent()
Returns the component name.

 o GetFunction
 public abstract String GetFunction()
Returns the function name.


All Packages  Class Hierarchy  This Package  Previous  Next  Index