All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.eNetwork.beans.HOD.trace.TraceProducer

public interface TraceProducer
The listener interface for receiving trace events.

PComm-unique For Personal Communications, members of the com.ibm.eNetwork.beans.HOD.trace package are non-operative because trace information is produced by a mechanism not compatible with JAVA.


Method Index

 o getComponent()
 o getFunction()
 o getTraceLevel()
 o setTraceLevel(int)

Methods

 o setTraceLevel
 public abstract void setTraceLevel(int Level) throws PropertyVetoException
 o getTraceLevel
 public abstract int getTraceLevel()
 o getComponent
 public abstract String getComponent()
 o getFunction
 public abstract String getFunction()

All Packages  Class Hierarchy  This Package  Previous  Next  Index