org.mule.transaction.constraints
Class ConstraintFilter

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

public class ConstraintFilter
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
ConstraintFilter()
           
 
Method Summary
 boolean accept(MuleEvent event)
           
 java.lang.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 java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException


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