Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextManager.resume(TxContext tx) |
Modifier and Type | Method and Description |
---|---|
void |
ContextManager.resume(TxContext tx) |
Modifier and Type | Method and Description |
---|---|
void |
CompletionCoordinatorRPCImple.commit() |
void |
CompletionCoordinatorImple.commit() |
void |
CompletionCoordinatorRPCImple.rollback() |
void |
CompletionCoordinatorImple.rollback() |
Modifier and Type | Method and Description |
---|---|
void |
UserTransactionStandaloneImple.commit() |
void |
UserTransactionImple.commit() |
void |
UserSubordinateTransactionImple.commit()
it is inappropriate to call this even if the current transaction is a top level AT
transaction so we always throw a WrongStateException.
|
void |
TransactionManagerImple.enlistForDurableTwoPhase(Durable2PCParticipant tpp,
String id) |
void |
TransactionManagerImple.enlistForVolatileTwoPhase(Volatile2PCParticipant tpp,
String id) |
void |
TransactionManagerImple.resume(TxContext tx) |
void |
UserTransactionStandaloneImple.rollback() |
void |
UserTransactionImple.rollback() |
void |
UserSubordinateTransactionImple.rollback()
it is inappropriate to call this even if the current transaction is a top level AT
transaction so we always throw a WrongStateException.
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessActivityTerminatorImple.cancel() |
void |
BusinessActivityTerminatorImple.close() |
void |
BusinessActivityTerminatorImple.complete()
Complete doesn't mean go away, it just means that all work you need to
accomplish the commit/rollback has been received.
|
Modifier and Type | Method and Description |
---|---|
void |
UserSubordinateBusinessActivityImple.cancel() |
void |
UserBusinessActivityStandaloneImple.cancel() |
void |
UserBusinessActivityImple.cancel() |
void |
SubordinateBAParticipantManagerImple.cannotComplete() |
void |
BAParticipantManagerImple.cannotComplete() |
void |
UserSubordinateBusinessActivityImple.close() |
void |
UserBusinessActivityStandaloneImple.close() |
void |
UserBusinessActivityImple.close() |
void |
UserSubordinateBusinessActivityImple.complete() |
void |
UserBusinessActivityStandaloneImple.complete() |
void |
UserBusinessActivityImple.complete() |
void |
SubordinateBAParticipantManagerImple.completed() |
void |
BAParticipantManagerImple.completed() |
BAParticipantManager |
BusinessActivityManagerImple.enlistForBusinessAgreementWithCoordinatorCompletion(BusinessAgreementWithCoordinatorCompletionParticipant bawcp,
String id) |
BAParticipantManager |
BusinessActivityManagerImple.enlistForBusinessAgreementWithParticipantCompletion(BusinessAgreementWithParticipantCompletionParticipant bap,
String id) |
void |
SubordinateBAParticipantManagerImple.exit() |
void |
BAParticipantManagerImple.exit() |
void |
BusinessActivityManagerImple.resume(TxContext tx) |
Modifier and Type | Method and Description |
---|---|
void |
BusinessActivityTerminator.cancel() |
void |
BusinessActivityTerminator.close() |
void |
CompletionCoordinatorParticipant.commit() |
void |
BusinessActivityTerminator.complete() |
void |
CompletionCoordinatorParticipant.rollback() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
static InboundBridge |
InboundBridgeManager.getInboundBridge()
Return an InboundBridge instance that maps the current Thread's WS transaction context
to a JTA context.
|
Modifier and Type | Method and Description |
---|---|
void |
OutboundBridge.start()
Associate the WS-AT transaction to the current Thread.
|
Modifier and Type | Method and Description |
---|---|
TxContext |
BridgeWrapper.getContext()
obtain a resumable transaction context for the bridged-to transaction
|
static BridgeWrapper |
BridgeWrapper.recover(String identifier)
recreate a wrapper for a bridged-to WS-AT 1.1 transaction recovered from the log
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.