|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityToken | |
javax.activity | |
org.objectweb.jass.as |
Uses of ActivityToken in javax.activity |
Methods in javax.activity that return ActivityToken | |
ActivityToken |
ActivityManager.suspend()
|
ActivityToken |
ActivityManager.suspendGroup()
|
ActivityToken |
ActivityManager.suspendAll()
|
Methods in javax.activity with parameters of type ActivityToken | |
void |
ActivityManager.resume(ActivityToken activity)
|
void |
ActivityManager.resumeGroup(ActivityToken activity)
|
void |
ActivityManager.resumeAll(ActivityToken activity)
|
Uses of ActivityToken in org.objectweb.jass.as |
Classes in org.objectweb.jass.as that implement ActivityToken | |
class |
ActivityContext
This class is used to test the ActivityManagerImpl suspend and resume methods. |
Methods in org.objectweb.jass.as that return ActivityToken | |
ActivityToken |
ActivityService.suspend()
Suspends the association of the current Activity from the calling thread of execution along with any child Activities of the same ContextGroup nested within that Activity. |
ActivityToken |
ActivityService.suspendGroup()
Not yet implemented. |
ActivityToken |
ActivityService.suspendAll()
Not yet implemented. |
Methods in org.objectweb.jass.as with parameters of type ActivityToken | |
void |
ActivityService.resume(ActivityToken activityToken)
Resumes the association of the Activity, and any nested Activities and transactions, represented by the ActivityToken with the calling thread of execution. |
void |
ActivityService.resumeGroup(ActivityToken activityToken)
Not yet implemented. |
void |
ActivityService.resumeAll(ActivityToken activityToken)
Not yet implemented. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |