org.mule.transaction.constraints
Class ManualConstraint

java.lang.Object
  extended byorg.mule.transaction.constraints.ConstraintFilter
      extended byorg.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(UMOEvent 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(UMOEvent event)
Overrides:
accept in class ConstraintFilter


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