com.ibm.eNetwork.ECL.trace Interface ECLTraceProducer

  PREV CLASS    NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD
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()

SetTraceLevel



public void 
SetTraceLevel(int level)

GetComponent



public java.lang.String 
GetComponent()

GetFunction



public java.lang.String 
GetFunction()

  PREV CLASS    NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD