ix.test
Class FilterStrategy

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

public class FilterStrategy
extends WrapperStrategy


Constructor Summary
FilterStrategy()
           
 
Method Summary
 void sendObject(java.lang.Object destination, java.lang.Object contents)
           
 boolean shouldSend(java.lang.Object destination, java.lang.Object contents)
           
 boolean shouldSendReport(Report report)
           
 
Methods inherited from class ix.util.ipc.WrapperStrategy
apply, setupServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterStrategy

public FilterStrategy()
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

shouldSend

public boolean shouldSend(java.lang.Object destination,
                          java.lang.Object contents)

shouldSendReport

public boolean shouldSendReport(Report report)