Package com.arjuna.mw.wst

Interface Summary
BAParticipantManager When a Business Activity participant registers with a BA transaction it gets a reference to the transaction coordinator that lets it callback into the transaction and drive the state-transition.
Durable2PCCoordinator Allows a durable 2PC participant to rollback or send readonly before the coordinator initiates the protocol.
TxContext This class represents a handle on a stack of transactions.
 

Class Summary
BusinessActivityManager This is the interface that the core exposes in order to allow different types of participants to be enrolled.
BusinessActivityManagerFactory  
TransactionManager This is the interface that the core exposes in order to allow different types of participants to be enrolled.
TransactionManagerFactory  
UserBusinessActivity This is the interface that allows BAs to be started and terminated.
UserBusinessActivityFactory  
UserTransaction This is the interface that allows transactions to be started and terminated.
UserTransactionFactory