ix.util.ipc
Class TracingStrategy
java.lang.Object
ix.util.ipc.WrapperStrategy
ix.util.ipc.TracingStrategy
- All Implemented Interfaces:
- IPC.CommunicationStrategy, ParameterizedCommStrategy
public class TracingStrategy
- extends WrapperStrategy
A wrapper strategy that describes the input and output as XML.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xmlt
XMLTranslator xmlt
TracingStrategy
public TracingStrategy()
TracingStrategy
public TracingStrategy(IPC.CommunicationStrategy innerStrategy)
sendObject
public void sendObject(java.lang.Object destination,
java.lang.Object contents)
- Specified by:
sendObject
in interface IPC.CommunicationStrategy
- Overrides:
sendObject
in class WrapperStrategy
setupServer
public void setupServer(java.lang.Object destination,
IPC.MessageListener innerListener)
- Specified by:
setupServer
in interface IPC.CommunicationStrategy
- Overrides:
setupServer
in class WrapperStrategy
traceSend
protected void traceSend(java.lang.Object destination,
java.lang.Object contents)
traceReceive
protected void traceReceive(IPC.InputMessage message)