Package | Description |
---|---|
com.arjuna.webservices11.wsat | |
com.arjuna.wst11.messaging.engines |
Modifier and Type | Field and Description |
---|---|
static State |
State.STATE_ABORTING
The Aborting state.
|
static State |
State.STATE_ACTIVE
The Active state.
|
static State |
State.STATE_COMMITTING
The Committing state.
|
static State |
State.STATE_PREPARED
The Prepared state.
|
static State |
State.STATE_PREPARED_SUCCESS
The PreparedSuccess state.
|
static State |
State.STATE_PREPARING
The Preparing state.
|
Modifier and Type | Method and Description |
---|---|
static State |
State.toState11(String value)
Return the enumeration for the specified value.
|
Modifier and Type | Method and Description |
---|---|
State |
CoordinatorEngine.commit()
Handle the commit event.
|
State |
CoordinatorEngine.getState()
Retrieve the current state of this participant
|
State |
CoordinatorEngine.prepare()
Handle the prepare event.
|
State |
CoordinatorEngine.rollback()
Handle the rollback event.
|
Constructor and Description |
---|
CoordinatorEngine(String id,
boolean durable,
W3CEndpointReference participant,
boolean recovered,
State state)
Construct the engine for the coordinator in a specified state.
|
ParticipantEngine(Participant participant,
String id,
State state,
W3CEndpointReference coordinator,
boolean recovered)
Construct the engine for the participant in a specified state.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.