|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOTransactionFactory | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.providers.jdbc | Provides jdbc transport. |
org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
org.mule.providers.service | Provides SPI support for building mule connectors and providers using service descriptors. |
org.mule.transaction | Contains the core transaction support classes and exception types. |
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 UMOTransactionFactory in org.mule.impl |
Methods in org.mule.impl that return UMOTransactionFactory | |
UMOTransactionFactory |
MuleTransactionConfig.getFactory()
|
Methods in org.mule.impl with parameters of type UMOTransactionFactory | |
void |
MuleTransactionConfig.setFactory(UMOTransactionFactory factory)
|
Uses of UMOTransactionFactory in org.mule.providers.jdbc |
Classes in org.mule.providers.jdbc that implement UMOTransactionFactory | |
class |
JdbcTransactionFactory
|
Uses of UMOTransactionFactory in org.mule.providers.jms |
Classes in org.mule.providers.jms that implement UMOTransactionFactory | |
class |
JmsClientAcknowledgeTransactionFactory
JmsClientAcknowledgeTransactionFactory creates a Jms Client Acknowledge transaction
using a Jms message. |
class |
JmsTransactionFactory
JmsTransactionFactory TODO (document class) |
Uses of UMOTransactionFactory in org.mule.providers.service |
Methods in org.mule.providers.service that return UMOTransactionFactory | |
UMOTransactionFactory |
ConnectorServiceDescriptor.createTransactionFactory()
|
Uses of UMOTransactionFactory in org.mule.transaction |
Classes in org.mule.transaction that implement UMOTransactionFactory | |
class |
XaTransactionFactory
XaTransactionFactory Is used to create/retreive a Transaction
from a transaction manager configured on the MuleManager. |
Uses of UMOTransactionFactory in org.mule.umo |
Methods in org.mule.umo that return UMOTransactionFactory | |
UMOTransactionFactory |
UMOTransactionConfig.getFactory()
|
Methods in org.mule.umo with parameters of type UMOTransactionFactory | |
void |
UMOTransactionConfig.setFactory(UMOTransactionFactory factory)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |