Uses of Class
com.arjuna.mw.wsas.exceptions.InvalidActivityException
Package
Description
-
Uses of InvalidActivityException in com.arjuna.mw.wsas
Modifier and TypeMethodDescriptionUserActivity.end()
Complete the activity with the current completion status.UserActivity.end
(CompletionStatus cs) Complete the activity with the completion status provided.void
UserActivity.resume
(ActivityHierarchy tx) Given a token representing a context, associate it with the current thread of control. -
Uses of InvalidActivityException 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.resume
(ActivityHierarchy tx) Given a token representing a context, associate it with the current thread of control. -
Uses of InvalidActivityException 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.resume
(ActivityHierarchy tx) Given a token representing a context, associate it with the current thread of control.