Uses of Interface
com.arjuna.mw.wsas.status.Status
Package
Description
-
Uses of Status in com.arjuna.mw.wsas
-
Uses of Status in com.arjuna.mw.wsas.status
Modifier and TypeClassDescriptionclass
The activity is active.class
The activity has completed.class
The activity is in the process of completing.class
The activity has been created and is yet to start executing.class
There is no activity associated with the invoking thread.class
The current status of the activity is unknown. -
Uses of Status in com.arjuna.mw.wscf.api
-
Uses of Status in com.arjuna.mw.wscf.model.sagas.api
-
Uses of Status in com.arjuna.mw.wscf.model.sagas.status
Modifier and TypeClassDescriptionclass
The coordinator has cancelled and completed the protocol.class
The coordinator is in the process of cancelling.class
The status of the coordination is such that it will eventually cancel.class
The coordinator has confirmed and completed the protocol.class
The coordinator is in the process of confirming the participants.class
The coordinator has prepared.class
The coordinator is preparing. -
Uses of Status in com.arjuna.mw.wscf.model.twophase.api
-
Uses of Status in com.arjuna.mw.wscf.model.twophase.status
Modifier and TypeClassDescriptionclass
The coordinator has cancelled and completed the protocol.class
The coordinator is in the process of cancelling.class
The status of the coordination is such that it will eventually cancel.class
The coordinator has confirmed and completed the protocol.class
The coordinator is in the process of confirming the participants.class
All of the coordiantor's participants cancelled when they were asked to confirm.class
All of the coordinator's participants confirmed when they were asked to cancel.class
Some of the coordinator's participants cancelled, some confirmed and the status of others is indeterminate.class
Some of the coordinator's participants cancelled and some confirmed.class
The coordinator has prepared.class
The coordinator is preparing. -
Uses of Status in com.arjuna.mw.wstx.status
Modifier and TypeClassDescriptionclass
The transaction has committed.class
The transaction is in the process of committing.class
There is no transaction associated with the current thread.class
The transaction is in a state which means that the only eventual outcome is for it to rollback.class
The transaction has rolled back.class
The transaction is rolling back.