Modifier and Type | Method and Description |
---|---|
abstract BAParticipantManager |
BusinessActivityManager.enlistForBusinessAgreementWithParticipantCompletion(BusinessAgreementWithParticipantCompletionParticipant bap,
String id)
Enlist a participant for the BusinessAgreement protocol.
|
Modifier and Type | Field and Description |
---|---|
protected BusinessAgreementWithParticipantCompletionParticipant |
BusinessAgreementWithParticipantCompletionImple._resource |
Constructor and Description |
---|
BusinessAgreementWithParticipantCompletionImple(BAParticipantManager participantManager,
BusinessAgreementWithParticipantCompletionParticipant resource,
String id)
this constructor installs the supplied participant manager
|
BusinessAgreementWithParticipantCompletionImple(BusinessAgreementWithParticipantCompletionParticipant resource,
String id)
this constructor installs a participant manager which routes messages via the current activity
|
Modifier and Type | Method and Description |
---|---|
BAParticipantManager |
BusinessActivityManagerImple.enlistForBusinessAgreementWithParticipantCompletion(BusinessAgreementWithParticipantCompletionParticipant bap,
String id) |
Modifier and Type | Interface and Description |
---|---|
interface |
BusinessAgreementWithCoordinatorCompletionParticipant |
Modifier and Type | Method and Description |
---|---|
BusinessAgreementWithParticipantCompletionParticipant |
ParticipantCompletionParticipantEngine.getParticipant()
Get the associated participant.
|
Constructor and Description |
---|
ParticipantCompletionParticipantEngine(String id,
W3CEndpointReference coordinator,
BusinessAgreementWithParticipantCompletionParticipant participant)
Construct the initial engine for the participant.
|
ParticipantCompletionParticipantEngine(String id,
W3CEndpointReference coordinator,
BusinessAgreementWithParticipantCompletionParticipant participant,
State state,
boolean recovered)
Construct the engine for the participant in a specified state.
|
Modifier and Type | Class and Description |
---|---|
class |
BusinessAgreementWithCoordinatorCompletionStub |
class |
BusinessAgreementWithParticipantCompletionStub |
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 | Field and Description |
---|---|
protected BusinessAgreementWithParticipantCompletionParticipant |
BAParticipantRecoveryRecord.participant |
Modifier and Type | Method and Description |
---|---|
BusinessAgreementWithParticipantCompletionParticipant |
XTSBASubordinateRecoveryModule.deserializeParticipantCompletionParticipant(String id,
ObjectInputStream stream) |
BusinessAgreementWithParticipantCompletionParticipant |
XTSBARecoveryModule.deserializeParticipantCompletionParticipant(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.
|
BusinessAgreementWithParticipantCompletionParticipant |
XTSBASubordinateRecoveryModule.recreateParticipantCompletionParticipant(String id,
byte[] recoveryState) |
BusinessAgreementWithParticipantCompletionParticipant |
XTSBARecoveryModule.recreateParticipantCompletionParticipant(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 | Method and Description |
---|---|
static byte[] |
BAParticipantHelper.getRecoveryState(boolean useSerialization,
BusinessAgreementWithParticipantCompletionParticipant participant)
obtain a byte array containing the recovery state associated with the supplied
participant.
|
static boolean |
BAParticipantHelper.isSerializable(BusinessAgreementWithParticipantCompletionParticipant participant)
return true if the object can be saved and restored using serialization otherwise
return false
|
Constructor and Description |
---|
BAParticipantRecoveryRecord(String id,
BusinessAgreementWithParticipantCompletionParticipant participant,
boolean isParticipantCompletion)
construct the protocol-independent part of a WS-BA participant recovery record
|
Constructor and Description |
---|
BAParticipantRecoveryRecord(String id,
BusinessAgreementWithParticipantCompletionParticipant participant,
boolean isParticipantCompletion,
W3CEndpointReference endpoint)
constructor used during prepare processing to create an AT 1.1 participant record
for saving to the object store
|
Modifier and Type | Class and Description |
---|---|
class |
WSBACoordinatorCompletionParticipant |
class |
WSBAParticipantCompletionParticipant |
Copyright © 2017 JBoss by Red Hat. All rights reserved.