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

All Known Implementing Classes:
HODBean, HODPanelBean

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 Summary
 java.lang.String getComponent()
           
 java.lang.String getFunction()
           
 int getTraceLevel()
           
 void setTraceLevel(int Level)
           
 

Method Detail

setTraceLevel

public void setTraceLevel(int Level)
                   throws java.beans.PropertyVetoException
Throws:
java.beans.PropertyVetoException - Thrown if one of the VetoableChangeListeners rejects the change.

getTraceLevel

public int getTraceLevel()

getComponent

public java.lang.String getComponent()

getFunction

public java.lang.String getFunction()