Package | Description |
---|---|
com.arjuna.webservices11.wsba | |
com.arjuna.wst11.messaging.engines |
Modifier and Type | Field and Description |
---|---|
static State |
State.STATE_ACTIVE
The Active state.
|
static State |
State.STATE_CANCELING
The Canceling state.
|
static State |
State.STATE_CANCELING_ACTIVE
The Canceling-Active state.
|
static State |
State.STATE_CANCELING_COMPLETING
The Canceling-Completing state.
|
static State |
State.STATE_CLOSING
The Closing state.
|
static State |
State.STATE_COMPENSATING
The Compensating state.
|
static State |
State.STATE_COMPLETED
The Completed state.
|
static State |
State.STATE_COMPLETING
The Completing state.
|
static State |
State.STATE_ENDED
The Ended state.
|
static State |
State.STATE_EXITING
The Exiting state.
|
static State |
State.STATE_FAILING_ACTIVE
The Failing-Active state.
|
static State |
State.STATE_FAILING_CANCELING
The Failing-Canceling state.
|
static State |
State.STATE_FAILING_COMPENSATING
The Failing-Compensating state.
|
static State |
State.STATE_FAILING_COMPLETING
The Failing-Completing state.
|
static State |
State.STATE_NOT_COMPLETING
The NotCompleting state.
|
Modifier and Type | Method and Description |
---|---|
static State |
State.toState11(QName qName)
Return the enumeration for the specified value.
|
static State |
State.toState11(String name)
Return the enumeration for the specified value.
|
Modifier and Type | Method and Description |
---|---|
State |
ParticipantCompletionCoordinatorEngine.cancel()
Handle the cancel event.
|
State |
CoordinatorCompletionCoordinatorEngine.cancel()
Handle the cancel event.
|
State |
CoordinatorCompletionParticipantEngine.cannotComplete()
Handle the cannot complete event.
|
State |
ParticipantCompletionParticipantEngine.cannotComplete()
Handle the cannot complete event.
|
State |
ParticipantCompletionCoordinatorEngine.close()
Handle the close event.
|
State |
CoordinatorCompletionCoordinatorEngine.close()
Handle the close event.
|
State |
ParticipantCompletionCoordinatorEngine.compensate()
Handle the compensate event.
|
State |
CoordinatorCompletionCoordinatorEngine.compensate()
Handle the compensate event.
|
State |
CoordinatorCompletionCoordinatorEngine.complete()
Handle the complete event.
|
State |
CoordinatorCompletionParticipantEngine.completed()
Handle the completed event.
|
State |
ParticipantCompletionParticipantEngine.completed()
Handle the completed event.
|
State |
CoordinatorCompletionParticipantEngine.exit()
Handle the exit event.
|
State |
ParticipantCompletionParticipantEngine.exit()
Handle the exit event.
|
State |
CoordinatorCompletionParticipantEngine.fail(QName exceptionIdentifier)
Handle the fail event.
|
State |
ParticipantCompletionParticipantEngine.fail(QName exceptionIdentifier)
Handle the fail event.
|
State |
ParticipantCompletionCoordinatorEngine.getStatus()
Handle the get status event.
|
State |
CoordinatorCompletionCoordinatorEngine.getStatus()
Handle the get status event.
|
Constructor and Description |
---|
CoordinatorCompletionCoordinatorEngine(String id,
W3CEndpointReference participant,
State state,
boolean recovered)
Construct the engine for the coordinator in a specified state and register it.
|
CoordinatorCompletionParticipantEngine(String id,
W3CEndpointReference coordinator,
BusinessAgreementWithCoordinatorCompletionParticipant participant,
State state,
boolean recovered)
Construct the engine for the participant in a specified state.
|
ParticipantCompletionCoordinatorEngine(String id,
W3CEndpointReference participant,
State state,
boolean recovered)
Construct the engine for the coordinator in a specified state and register it.
|
ParticipantCompletionParticipantEngine(String id,
W3CEndpointReference coordinator,
BusinessAgreementWithParticipantCompletionParticipant participant,
State state,
boolean recovered)
Construct the engine for the participant in a specified state.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.