|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UMOTransactionFactory | |
| org.mule.extras.spring.transaction | |
| org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.impl.space | |
| org.mule.providers.gs | Allows Mule to send and receive events the GigaSpaces Jini JavaSpace implementation. |
| 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.providers.vm | A connector implementation allowing events to be passed between Mule sessions via in-memory queues. |
| org.mule.tck.testmodels.mule | |
| 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 |
| org.mule.umo.space | |
| Uses of UMOTransactionFactory in org.mule.extras.spring.transaction |
| Classes in org.mule.extras.spring.transaction that implement UMOTransactionFactory | |
class |
SpringTransactionFactory
TODO: document this class |
| 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.impl.space |
| Fields in org.mule.impl.space declared as UMOTransactionFactory | |
protected UMOTransactionFactory |
AbstractSpace.transactionFactory
|
| Methods in org.mule.impl.space that return UMOTransactionFactory | |
UMOTransactionFactory |
AbstractSpace.getTransactionFactory()
|
| Methods in org.mule.impl.space with parameters of type UMOTransactionFactory | |
void |
AbstractSpace.setTransactionFactory(UMOTransactionFactory transactionFactory)
|
| Uses of UMOTransactionFactory in org.mule.providers.gs |
| Classes in org.mule.providers.gs that implement UMOTransactionFactory | |
class |
JiniTransactionFactory
Creates a Jini Transaction. |
| Uses of UMOTransactionFactory in org.mule.providers.jdbc |
| Classes in org.mule.providers.jdbc that implement UMOTransactionFactory | |
class |
JdbcTransactionFactory
TODO |
| 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 creates a JMS local transaction |
| 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.providers.vm |
| Classes in org.mule.providers.vm that implement UMOTransactionFactory | |
class |
VMTransactionFactory
|
| Uses of UMOTransactionFactory in org.mule.tck.testmodels.mule |
| Classes in org.mule.tck.testmodels.mule that implement UMOTransactionFactory | |
class |
TestTransactionFactory
TestTransactionFactory TODO |
| Uses of UMOTransactionFactory in org.mule.transaction |
| Classes in org.mule.transaction that implement UMOTransactionFactory | |
class |
XaTransactionFactory
XaTransactionFactory Is used to create/retrieve 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)
|
| Uses of UMOTransactionFactory in org.mule.umo.space |
| Methods in org.mule.umo.space that return UMOTransactionFactory | |
UMOTransactionFactory |
UMOSpace.getTransactionFactory()
|
| Methods in org.mule.umo.space with parameters of type UMOTransactionFactory | |
void |
UMOSpace.setTransactionFactory(UMOTransactionFactory txFactory)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||