org.mule.transaction.constraints
Class ConstraintFilter

java.lang.Object
  extended byorg.mule.transaction.constraints.ConstraintFilter
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
BatchConstraint, ManualConstraint

public class ConstraintFilter
extends Object
implements Cloneable


Constructor Summary
ConstraintFilter()
           
 
Method Summary
 boolean accept(UMOEvent event)
           
 Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintFilter

public ConstraintFilter()
Method Detail

accept

public boolean accept(UMOEvent event)

clone

public Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.