Uses of Class
org.mule.transaction.constraints.ConstraintFilter

Packages that use ConstraintFilter
org.mule.api.transaction   
org.mule.transaction Contains the core transaction support classes and exception types. 
org.mule.transaction.constraints Contains the transaction contraint filter used to control how and when transactions are committed. 
 

Uses of ConstraintFilter in org.mule.api.transaction
 

Methods in org.mule.api.transaction that return ConstraintFilter
 ConstraintFilter TransactionConfig.getConstraint()
           
 

Methods in org.mule.api.transaction with parameters of type ConstraintFilter
 void TransactionConfig.setConstraint(ConstraintFilter constraint)
           
 

Uses of ConstraintFilter in org.mule.transaction
 

Methods in org.mule.transaction that return ConstraintFilter
 ConstraintFilter MuleTransactionConfig.getConstraint()
           
 

Methods in org.mule.transaction with parameters of type ConstraintFilter
 void MuleTransactionConfig.setConstraint(ConstraintFilter constraint)
           
 

Uses of ConstraintFilter in org.mule.transaction.constraints
 

Subclasses of ConstraintFilter in org.mule.transaction.constraints
 class BatchConstraint
          BatchConstraint is a filter that counts on every execution and returns true when the batch size value equals the execution count.
 class ManualConstraint
          ManualConstraint always returns false, meaning that the transaction should be committed manually.
 



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