org.mule.transaction.constraints
Class ManualConstraint

java.lang.Object
  extended by org.mule.transaction.constraints.ConstraintFilter
      extended by org.mule.transaction.constraints.ManualConstraint
All Implemented Interfaces:
Cloneable

public class ManualConstraint
extends ConstraintFilter

ManualConstraint always returns false, meaning that the transaction should be committed manually.


Constructor Summary
ManualConstraint()
           
 
Method Summary
 boolean accept(MuleEvent event)
           
 
Methods inherited from class org.mule.transaction.constraints.ConstraintFilter
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManualConstraint

public ManualConstraint()
Method Detail

accept

public boolean accept(MuleEvent event)
Overrides:
accept in class ConstraintFilter


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