ix.test
Class TestStrategy

java.lang.Object
  extended by ix.util.ipc.WrapperStrategy
      extended by ix.test.TestStrategy
All Implemented Interfaces:
IPC.CommunicationStrategy, ParameterizedCommStrategy

public class TestStrategy
extends WrapperStrategy

A comm strategy that can be edited to test various things.


Constructor Summary
TestStrategy()
           
 
Method Summary
 void sendObject(java.lang.Object destination, java.lang.Object contents)
           
 void setupServer(java.lang.Object destination, IPC.MessageListener listener)
           
 
Methods inherited from class ix.util.ipc.WrapperStrategy
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStrategy

public TestStrategy()
Method Detail

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 listener)
Specified by:
setupServer in interface IPC.CommunicationStrategy
Overrides:
setupServer in class WrapperStrategy