Uses of Class
com.arjuna.wst.UnknownTransactionException
Package
Description
-
Uses of UnknownTransactionException in com.arjuna.mw.wst11
Modifier and TypeMethodDescriptionabstract void
UserBusinessActivity.cancel()
If the BA must undo its work then the cancel method is used.abstract void
UserBusinessActivity.close()
The BA is normally terminated by the close method.abstract void
UserTransaction.commit()
The transaction is committed by the commit method.abstract void
UserBusinessActivity.complete()
If participants have registered for the BusinessAgreementWithComplete protocol then they will be expecting the application to inform them when all work intended for them has been sent (and responded to).abstract BAParticipantManager
BusinessActivityManager.enlistForBusinessAgreementWithCoordinatorCompletion
(BusinessAgreementWithCoordinatorCompletionParticipant bawcp, String id) Enlist a participant for the BusinessAgreementWithCoordinatorCompletion protocol.abstract BAParticipantManager
BusinessActivityManager.enlistForBusinessAgreementWithParticipantCompletion
(BusinessAgreementWithParticipantCompletionParticipant bap, String id) Enlist a participant for the BusinessAgreement protocol.abstract void
TransactionManager.enlistForDurableTwoPhase
(Durable2PCParticipant tpp, String id) Enlist the specified participant with current transaction such that it will participate in the 2PC protocol; a unique identifier for the participant is also required.abstract void
TransactionManager.enlistForVolatileTwoPhase
(Volatile2PCParticipant pzp, String id) Enlist the specified participant with current transaction such that it will participate in the Volatile 2PC protocol; a unique identifier for the participant is also required.abstract void
The resume method can be used to (re-)associate a thread with a transaction(s) via its TxContext.abstract void
The resume method can be used to (re-)associate a thread with a transaction(s) via its TxContext.abstract void
UserTransaction.rollback()
The rollback operation will terminate the transaction and return normally if it succeeded, while throwing an appropriate exception if it didn't. -
Uses of UnknownTransactionException in com.arjuna.wst
-
Uses of UnknownTransactionException in com.arjuna.wst11
Modifier and TypeMethodDescriptionvoid
BAParticipantManager.cannotComplete()
Cannot complete.void
BAParticipantManager.completed()
The participant has completed it works, but wishes to continue in the business activity, so that it will eventually be told when (and how) the activity terminates.void
BAParticipantManager.exit()
The participant has exited the business activity. -
Uses of UnknownTransactionException in com.arjuna.wst11.stub
Modifier and TypeMethodDescriptionvoid
BusinessActivityTerminatorRPCStub.cancel()
void
BusinessActivityTerminatorStub.cancel()
void
BACoordinatorCompletionParticipantManagerStub.cannotComplete()
void
BAParticipantCompletionParticipantManagerStub.cannotComplete()
void
BusinessActivityTerminatorRPCStub.close()
void
BusinessActivityTerminatorStub.close()
void
CompletionRPCStub.commit()
void
CompletionStub.commit()
void
BusinessActivityTerminatorRPCStub.complete()
void
BusinessActivityTerminatorStub.complete()
void
BACoordinatorCompletionParticipantManagerStub.completed()
void
BAParticipantCompletionParticipantManagerStub.completed()
void
BACoordinatorCompletionParticipantManagerStub.exit()
void
BAParticipantCompletionParticipantManagerStub.exit()
void
CompletionRPCStub.rollback()
void
CompletionStub.rollback()
-
Uses of UnknownTransactionException in org.jboss.jbossts.txbridge.inbound
Modifier and TypeMethodDescriptionstatic InboundBridge
InboundBridgeManager.getInboundBridge()
Return an InboundBridge instance that maps the current Thread's WS transaction context to a JTA context. -
Uses of UnknownTransactionException in org.jboss.jbossts.txbridge.outbound
Modifier and TypeMethodDescriptionvoid
OutboundBridge.start()
Associate the WS-AT transaction to the current Thread.