Package | Description |
---|---|
com.arjuna.wst | |
com.arjuna.wst11.stub | |
org.jboss.jbossts.txbridge.inbound |
Modifier and Type | Class and Description |
---|---|
class |
Aborted
Aborted: the participant has aborted and the transaction should also
attempt to do so.
|
class |
Cancel
Cancel: the participant is in an unknown state and should be rolledback.
|
class |
Prepared
Prepared: it is prepared to commit or rollback depending on the final
transaction outcome, and it has made sufficient state updates persistent
to accomplish this.
|
class |
ReadOnly
ReadOnly: does not need to be informed of the transaction outcome as no
state updates were made.
|
Modifier and Type | Method and Description |
---|---|
Vote |
Participant.prepare()
Perform any work necessary to allow it to either commit or rollback
the work performed by the Web service under the scope of the
transaction.
|
Modifier and Type | Method and Description |
---|---|
Vote |
SubordinateVolatile2PCStub.prepare()
This will be called when the parent coordinator is preparing its volatile participants and should ensure
that the interposed cooordinator does the same.
|
Vote |
SubordinateDurable2PCStub.prepare()
This will be called when the parent coordinator is preparing its durable participants and should ensure
that the interposed cooordinator does the same.
|
Vote |
ParticipantStub.prepare() |
Modifier and Type | Method and Description |
---|---|
Vote |
BridgeVolatileParticipant.prepare()
Perform beforeCompletion activities such as flushing cached state to stable store.
|
Vote |
BridgeDurableParticipant.prepare()
Perform any work necessary to allow it to either commit or rollback
the work performed by the Web service under the scope of the
transaction.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.