Uses of Interface
org.mule.umo.UMOTransactionConfig

Packages that use UMOTransactionConfig
org.mule.config.builders   
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.endpoint Implemtation of Mule endpoint uris. 
org.mule.transaction Contains the core transaction support classes and exception types. 
org.mule.umo.endpoint   
 

Uses of UMOTransactionConfig in org.mule.config.builders
 

Methods in org.mule.config.builders that return UMOTransactionConfig
 UMOTransactionConfig EndpointReference.getTransactionConfig()
           
 

Methods in org.mule.config.builders with parameters of type UMOTransactionConfig
 void EndpointReference.setTransactionConfig(UMOTransactionConfig transactionConfig)
           
 

Uses of UMOTransactionConfig in org.mule.impl
 

Classes in org.mule.impl that implement UMOTransactionConfig
 class MuleTransactionConfig
          

MuleTransactionConfig defines transaction configuration for a transactional endpoint.

 

Fields in org.mule.impl declared as UMOTransactionConfig
protected  UMOTransactionConfig ImmutableMuleEndpoint.transactionConfig
          The transaction configuration for this endpoint
 

Methods in org.mule.impl that return UMOTransactionConfig
 UMOTransactionConfig ImmutableMuleEndpoint.getTransactionConfig()
           
 

Uses of UMOTransactionConfig in org.mule.impl.endpoint
 

Methods in org.mule.impl.endpoint with parameters of type UMOTransactionConfig
 void MuleEndpoint.setTransactionConfig(UMOTransactionConfig config)
           
 

Uses of UMOTransactionConfig in org.mule.transaction
 

Constructors in org.mule.transaction with parameters of type UMOTransactionConfig
TransactionTemplate(UMOTransactionConfig config)
           
 

Uses of UMOTransactionConfig in org.mule.umo.endpoint
 

Methods in org.mule.umo.endpoint that return UMOTransactionConfig
 UMOTransactionConfig UMOImmutableEndpoint.getTransactionConfig()
          Returns the transaction configuration for this endpoint
 UMOTransactionConfig UMOEndpoint.getTransactionConfig()
          Returns the transaction configuration for this endpoint
 

Methods in org.mule.umo.endpoint with parameters of type UMOTransactionConfig
 void UMOEndpoint.setTransactionConfig(UMOTransactionConfig config)
          Sets the Transaction configuration for the endpoint
 



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