|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownTransactionException | |
---|---|
com.arjuna.mw.wst11 | |
com.arjuna.wst | |
com.arjuna.wst11 | |
com.arjuna.wst11.stub |
Uses of UnknownTransactionException in com.arjuna.mw.wst11 |
---|
Methods in com.arjuna.mw.wst11 that throw UnknownTransactionException | |
---|---|
abstract 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 |
TransactionManager.resume(TxContext txContext)
The resume method can be used to (re-)associate a thread with a transaction(s) via its TxContext. |
abstract void |
BusinessActivityManager.resume(TxContext txContext)
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 |
---|
Methods in com.arjuna.wst that throw UnknownTransactionException | |
---|---|
void |
BusinessActivityTerminator.cancel()
|
void |
BusinessActivityTerminator.close()
|
void |
CompletionCoordinatorParticipant.commit()
|
void |
BusinessActivityTerminator.complete()
|
void |
CompletionCoordinatorParticipant.rollback()
|
Uses of UnknownTransactionException in com.arjuna.wst11 |
---|
Methods in com.arjuna.wst11 that throw UnknownTransactionException | |
---|---|
void |
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 |
---|
Methods in com.arjuna.wst11.stub that throw UnknownTransactionException | |
---|---|
void |
BusinessActivityTerminatorStub.cancel()
|
void |
BusinessActivityTerminatorRPCStub.cancel()
|
void |
BAParticipantCompletionParticipantManagerStub.cannotComplete()
|
void |
BACoordinatorCompletionParticipantManagerStub.cannotComplete()
|
void |
BusinessActivityTerminatorStub.close()
|
void |
BusinessActivityTerminatorRPCStub.close()
|
void |
CompletionStub.commit()
|
void |
CompletionRPCStub.commit()
|
void |
BusinessActivityTerminatorStub.complete()
|
void |
BusinessActivityTerminatorRPCStub.complete()
|
void |
BAParticipantCompletionParticipantManagerStub.completed()
|
void |
BACoordinatorCompletionParticipantManagerStub.completed()
|
void |
BAParticipantCompletionParticipantManagerStub.exit()
|
void |
BACoordinatorCompletionParticipantManagerStub.exit()
|
void |
CompletionStub.rollback()
|
void |
CompletionRPCStub.rollback()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |