org.mule.transaction.constraints
Class ManualConstraint

java.lang.Object
  extended byorg.mule.transaction.constraints.ConstraintFilter
      extended byorg.mule.transaction.constraints.ManualConstraint
All Implemented Interfaces:
java.lang.Cloneable, UMOFilter

public class ManualConstraint
extends ConstraintFilter

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

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Constructor Summary
ManualConstraint()
           
 
Method Summary
protected  boolean accept(UMOEvent event)
           
 
Methods inherited from class org.mule.transaction.constraints.ConstraintFilter
accept, 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

protected boolean accept(UMOEvent event)
Overrides:
accept in class ConstraintFilter


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.