Uses of Class
com.arjuna.mw.wscf.exceptions.NoCoordinatorException
Package
Description
-
Uses of NoCoordinatorException in com.arjuna.mw.wscf.api
Modifier and TypeMethodDescriptionUserCoordinatorService.coordinate
(CompletionStatus cs) If the application requires and if the coordination protocol supports it, then this method can be used to execute a coordination protocol on the currently enlisted participants at any time prior to the termination of the coordination scope.UserCoordinatorService.identifier()
UserCoordinatorService.qualifiers()
-
Uses of NoCoordinatorException in com.arjuna.mw.wscf.model.sagas.api
Modifier and TypeMethodDescriptionvoid
UserCoordinator.cancel()
Cancel the activity.void
UserCoordinator.close()
Confirm the current activity.void
UserCoordinator.complete()
Complete the activity.void
UserCoordinator.setCancelOnly()
Set the termination status for the current activity to cancel only. -
Uses of NoCoordinatorException in com.arjuna.mw.wscf.model.twophase.api
Modifier and TypeMethodDescriptionvoid
UserCoordinator.cancel()
Cancel the activity.void
UserCoordinator.confirm()
Confirm the current activity.void
UserCoordinator.setCancelOnly()
Set the termination status for the current activity to cancel only.