IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Interface Traceable

All Known Implementing Classes:
BTTXUIState, ClientState, DSEBaseState, DSEConditionState, DSEHtmlState, DSEOperationState, DSEState, DSESyncProcState, PopupPageClientState, RemoteFlowState

public interface Traceable

This interface can be implemented by any framework class to help providing a readable trace message. It is implemented for example by the State classes in order to return state-specific information.


Method Summary
 java.lang.String getTraceMessage()
          Returns a readable message describing the object type and contents.
 

Method Detail

getTraceMessage

java.lang.String getTraceMessage()
Returns a readable message describing the object type and contents.

Returns:
the trace message

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011