org.mule.transaction.constraints
Class ConstraintFilter

java.lang.Object
  extended by org.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(MuleEvent 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(MuleEvent event)

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.