Uses of Interface
com.arjuna.mw.wsas.activity.ActivityHierarchy
Packages that use ActivityHierarchy
Package
Description
-
Uses of ActivityHierarchy in com.arjuna.mw.wsas
Methods in com.arjuna.mw.wsas that return ActivityHierarchyModifier and TypeMethodDescriptionUserActivity.currentActivity()
UserActivity.suspend()
Suspend the current activity from this thread and return the token representing the context, if any, or null otherwise.Methods in com.arjuna.mw.wsas with parameters of type ActivityHierarchyModifier 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
Methods in com.arjuna.mw.wsas.activity that return ActivityHierarchy -
Uses of ActivityHierarchy in com.arjuna.mw.wscf.model.sagas.api
Methods in com.arjuna.mw.wscf.model.sagas.api that return ActivityHierarchyModifier and TypeMethodDescriptionUserCoordinator.currentActivity()
UserCoordinator.suspend()
Suspend the current activity from this thread and return the token representing the context, if any, or null otherwise.Methods in com.arjuna.mw.wscf.model.sagas.api with parameters of type ActivityHierarchyModifier 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
Methods in com.arjuna.mw.wscf.model.twophase.api that return ActivityHierarchyModifier and TypeMethodDescriptionUserCoordinator.currentActivity()
UserCoordinator.suspend()
Suspend the current activity from this thread and return the token representing the context, if any, or null otherwise.Methods in com.arjuna.mw.wscf.model.twophase.api with parameters of type ActivityHierarchyModifier and TypeMethodDescriptionvoid
UserCoordinator.resume
(ActivityHierarchy tx) Given a token representing a context, associate it with the current thread of control.