Uses of Interface
com.arjuna.mw.wsas.activity.ActivityHierarchy
Package
Description
-
Uses of ActivityHierarchy in com.arjuna.mw.wsas
Modifier and TypeMethodDescriptionUserActivity.currentActivity()
UserActivity.suspend()
Suspend the current activity from this thread and return the token representing the context, if any, or null otherwise.Modifier and TypeMethodDescriptionvoid
UserActivity.resume
(ActivityHierarchy tx) Given a token representing a context, associate it with the current thread of control. -
Uses of ActivityHierarchy in com.arjuna.mw.wsas.activity
-
Uses of ActivityHierarchy in com.arjuna.mw.wscf.model.sagas.api
Modifier and TypeMethodDescriptionUserCoordinator.currentActivity()
UserCoordinator.suspend()
Suspend the current activity from this thread and return the token representing the context, if any, or null otherwise.Modifier and TypeMethodDescriptionvoid
UserCoordinator.resume
(ActivityHierarchy tx) Given a token representing a context, associate it with the current thread of control. -
Uses of ActivityHierarchy in com.arjuna.mw.wscf.model.twophase.api
Modifier and TypeMethodDescriptionUserCoordinator.currentActivity()
UserCoordinator.suspend()
Suspend the current activity from this thread and return the token representing the context, if any, or null otherwise.Modifier and TypeMethodDescriptionvoid
UserCoordinator.resume
(ActivityHierarchy tx) Given a token representing a context, associate it with the current thread of control.