public interface CIMXMLTraceListener
LogAndTraceManager| Modifier and Type | Method and Description |
|---|---|
void |
traceCIMXML(java.util.logging.Level pLevel,
java.lang.String pMessage,
boolean pOutgoing)
Receive a CIM-XML trace message.
|
void traceCIMXML(java.util.logging.Level pLevel,
java.lang.String pMessage,
boolean pOutgoing)
pLevel - One of the message level identifiers, e.g. FINEpMessage - The CIM-XML message textpOutgoing - true if CIM-XML is outgoing (being sent from
client to server), false if CIM-XML is incoming
(being sent from server to client)Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.