org.obligate.annotations.contract
Class ContractResultsFilter

java.lang.Object
  extended by org.obligate.annotations.contract.ContractResultsFilter
All Implemented Interfaces:
java.io.Serializable, javax.rules.ObjectFilter

public class ContractResultsFilter
extends java.lang.Object
implements javax.rules.ObjectFilter

Since:
18-Jan-2006
Author:
Steve Jones
See Also:
Serialized Form

Constructor Summary
ContractResultsFilter()
          Default constructor, does nothing
 
Method Summary
 java.lang.Object filter(java.lang.Object arg0)
          Just checks if the object is a contract result and if so returns it
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContractResultsFilter

public ContractResultsFilter()
Default constructor, does nothing

Method Detail

filter

public java.lang.Object filter(java.lang.Object arg0)
Just checks if the object is a contract result and if so returns it

Specified by:
filter in interface javax.rules.ObjectFilter
See Also:
ObjectFilter.filter(java.lang.Object)

reset

public void reset()
Specified by:
reset in interface javax.rules.ObjectFilter
See Also:
ObjectFilter.reset()