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

Packages that use ConstraintFilter
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.transaction.constraints Contains the transaction contraint filter used to control how and when transactions are committed. 
org.mule.umo The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
 

Uses of ConstraintFilter in org.mule.impl
 

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

Methods in org.mule.impl 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 commited manually.
 

Uses of ConstraintFilter in org.mule.umo
 

Methods in org.mule.umo that return ConstraintFilter
 ConstraintFilter UMOTransactionConfig.getConstraint()
           
 

Methods in org.mule.umo with parameters of type ConstraintFilter
 void UMOTransactionConfig.setConstraint(ConstraintFilter constraint)
           
 



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