Uses of Package
org.mule.api.transaction

Packages that use org.mule.api.transaction
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api 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 
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.api.transaction   
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.config.spring.factories   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.execution   
org.mule.module.jboss.transaction Provides integration with JBoss TS (Arjuna). 
org.mule.module.spring.transaction   
org.mule.processor   
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.transaction Contains the core transaction support classes and exception types. 
org.mule.transaction.lookup   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.jdbc Provides jdbc transport. 
org.mule.transport.jdbc.store   
org.mule.transport.jdbc.xa   
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.transport.tcp Provides tcp connectivity for Mule
org.mule.transport.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
 

Classes in org.mule.api.transaction used by org.mule
Transaction
           
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
 

Classes in org.mule.api.transaction used by org.mule.api
Transaction
           
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionFactory
          TransactionFactory creates a transaction.
 

Classes in org.mule.api.transaction used by org.mule.api.endpoint
TransactionConfig
          TransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.api.transaction used by org.mule.api.routing
TransactionConfig
          TransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.api.transaction used by org.mule.api.transaction
Transaction
           
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionFactory
          TransactionFactory creates a transaction.
UnboundTransactionFactory
          Create an unbound transaction, to be bound and started by other parts of the transaction framework.
 

Classes in org.mule.api.transaction used by org.mule.api.transport
Transaction
           
 

Classes in org.mule.api.transaction used by org.mule.config.i18n
Transaction
           
TransactionConfig
          TransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.api.transaction used by org.mule.config.spring.factories
TransactionFactory
          TransactionFactory creates a transaction.
 

Classes in org.mule.api.transaction used by org.mule.context.notification
Transaction
           
 

Classes in org.mule.api.transaction used by org.mule.endpoint
TransactionConfig
          TransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.api.transaction used by org.mule.execution
Transaction
           
TransactionConfig
          TransactionConfig defines transaction configuration for a transactional endpoint.
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
 

Classes in org.mule.api.transaction used by org.mule.module.jboss.transaction
TransactionManagerFactory
          TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
 

Classes in org.mule.api.transaction used by org.mule.module.spring.transaction
Transaction
           
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionFactory
          TransactionFactory creates a transaction.
TransactionManagerFactory
          TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
 

Classes in org.mule.api.transaction used by org.mule.processor
Transaction
           
TransactionConfig
          TransactionConfig defines transaction configuration for a transactional endpoint.
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionFactory
          TransactionFactory creates a transaction.
 

Classes in org.mule.api.transaction used by org.mule.routing.outbound
TransactionConfig
          TransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.api.transaction used by org.mule.transaction
ExternalTransactionAwareTransactionFactory
          ExternalTransactionAwareTransactionFactory creates a transaction, possibly representing a transaction started outside Mule.
Transaction
           
TransactionConfig
          TransactionConfig defines transaction configuration for a transactional endpoint.
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionFactory
          TransactionFactory creates a transaction.
 

Classes in org.mule.api.transaction used by org.mule.transaction.lookup
TransactionManagerFactory
          TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.
 

Classes in org.mule.api.transaction used by org.mule.transport
Transaction
           
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
 

Classes in org.mule.api.transaction used by org.mule.transport.jdbc
Transaction
           
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionFactory
          TransactionFactory creates a transaction.
 

Classes in org.mule.api.transaction used by org.mule.transport.jdbc.store
TransactionConfig
          TransactionConfig defines transaction configuration for a transactional endpoint.
 

Classes in org.mule.api.transaction used by org.mule.transport.jdbc.xa
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
 

Classes in org.mule.api.transaction used by org.mule.transport.jms
Transaction
           
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionFactory
          TransactionFactory creates a transaction.
UnboundTransactionFactory
          Create an unbound transaction, to be bound and started by other parts of the transaction framework.
UniversalTransactionFactory
          A factory than can create both bound and unbound transactions
 

Classes in org.mule.api.transaction used by org.mule.transport.service
TransactionFactory
          TransactionFactory creates a transaction.
 

Classes in org.mule.api.transaction used by org.mule.transport.tcp
Transaction
           
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
 

Classes in org.mule.api.transaction used by org.mule.transport.vm
Transaction
           
TransactionException
           TransactionException is thrown when an exception occurs while trying to create, start commit or rollback an exception
TransactionFactory
          TransactionFactory creates a transaction.
UnboundTransactionFactory
          Create an unbound transaction, to be bound and started by other parts of the transaction framework.
UniversalTransactionFactory
          A factory than can create both bound and unbound transactions
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.