Modifier and Type | Method and Description |
---|---|
abstract BAParticipantManager |
BusinessActivityManager.enlistForBusinessAgreementWithCoordinatorCompletion(BusinessAgreementWithCoordinatorCompletionParticipant bawcp,
String id)
Enlist a participant for the BusinessAgreementWithCoordinatorCompletion protocol.
|
Constructor and Description |
---|
BusinessAgreementWithCoordinatorCompletionImple(BAParticipantManager manager,
BusinessAgreementWithCoordinatorCompletionParticipant participant,
String identifier) |
BusinessAgreementWithCoordinatorCompletionImple(BusinessAgreementWithCoordinatorCompletionParticipant participant,
String identifier) |
Modifier and Type | Method and Description |
---|---|
BAParticipantManager |
BusinessActivityManagerImple.enlistForBusinessAgreementWithCoordinatorCompletion(BusinessAgreementWithCoordinatorCompletionParticipant bawcp,
String id) |
Modifier and Type | Method and Description |
---|---|
BusinessAgreementWithCoordinatorCompletionParticipant |
CoordinatorCompletionParticipantEngine.getParticipant()
Get the associated participant.
|
Constructor and Description |
---|
CoordinatorCompletionParticipantEngine(String id,
W3CEndpointReference coordinator,
BusinessAgreementWithCoordinatorCompletionParticipant participant)
Construct the initial engine for the participant.
|
CoordinatorCompletionParticipantEngine(String id,
W3CEndpointReference coordinator,
BusinessAgreementWithCoordinatorCompletionParticipant participant,
State state,
boolean recovered)
Construct the engine for the participant in a specified state.
|
Modifier and Type | Class and Description |
---|---|
class |
BusinessAgreementWithCoordinatorCompletionStub |
class |
SubordinateCoordinatorCompletionParticipantStub
A coordinator completion participant registered on behalf of an interposed WS-BA coordinator in order
to ensure that durable participants in the interposed transaction are completed, closed or cancelled
when requested from the parent transaction.
|
Modifier and Type | Method and Description |
---|---|
BusinessAgreementWithCoordinatorCompletionParticipant |
XTSBASubordinateRecoveryModule.deserializeCoordinatorCompletionParticipant(String id,
ObjectInputStream stream) |
BusinessAgreementWithCoordinatorCompletionParticipant |
XTSBARecoveryModule.deserializeCoordinatorCompletionParticipant(String id,
ObjectInputStream stream)
called during recovery processing to allow an application to identify a participant id
belonging to one of its participants and recreate the participant by deserializing
it from the supplied object input stream.
|
BusinessAgreementWithCoordinatorCompletionParticipant |
XTSBASubordinateRecoveryModule.recreateCoordinatorCompletionParticipant(String id,
byte[] recoveryState) |
BusinessAgreementWithCoordinatorCompletionParticipant |
XTSBARecoveryModule.recreateCoordinatorCompletionParticipant(String id,
byte[] recoveryState)
called during recovery processing to allow an application to identify a participant id
belonging to one of its participants and use the saved recovery state to recreate the
participant.
|
Modifier and Type | Class and Description |
---|---|
class |
WSBACoordinatorCompletionParticipant |
Copyright © 2017 JBoss by Red Hat. All rights reserved.