Uses of Interface
com.arjuna.mw.wsas.activity.ActivityHierarchy

Packages that use ActivityHierarchy
com.arjuna.mw.wsas   
com.arjuna.mw.wsas.activity   
com.arjuna.mw.wscf.model.sagas.api   
com.arjuna.mw.wscf.model.twophase.api   
 

Uses of ActivityHierarchy in com.arjuna.mw.wsas
 

Methods in com.arjuna.mw.wsas that return ActivityHierarchy
 ActivityHierarchy UserActivity.currentActivity()
           
 ActivityHierarchy 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 ActivityHierarchy
 void 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
 ActivityHierarchy ActivityHierarchy.copy()
          Obtain a copy of this context.
 

Uses of ActivityHierarchy in com.arjuna.mw.wscf.model.sagas.api
 

Methods in com.arjuna.mw.wscf.model.sagas.api that return ActivityHierarchy
 ActivityHierarchy UserCoordinator.currentActivity()
           
 ActivityHierarchy 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 ActivityHierarchy
 void 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 ActivityHierarchy
 ActivityHierarchy UserCoordinator.currentActivity()
           
 ActivityHierarchy 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 ActivityHierarchy
 void UserCoordinator.resume(ActivityHierarchy tx)
          Given a token representing a context, associate it with the current thread of control.
 



Copyright © 2012. All Rights Reserved.