Uses of Interface
javax.activity.GlobalId

Packages that use GlobalId
javax.activity   
javax.activity.coordination   
javax.activity.propertygroup   
org.objectweb.jass.as   
 

Uses of GlobalId in javax.activity
 

Methods in javax.activity that return GlobalId
 GlobalId ActivityManager.hibernate()
           
 GlobalId ActivityCoordinator.getGlobalId()
           
 GlobalId ActivityInformation.getGlobalId()
           
 GlobalId UserActivity.getGlobalId()
           
 GlobalId[] UserActivity.recover()
           
 

Methods in javax.activity with parameters of type GlobalId
 void ActivityManager.reactivate(GlobalId globalId)
           
 ActivityCoordinator UserActivity.recreate(GlobalId activity, GlobalId parent, boolean resume)
           
 void UserActivity.forget(GlobalId globalId)
           
 

Constructors in javax.activity with parameters of type GlobalId
ActivityInformation(GlobalId globalId, int completionStatus, Outcome finalOutcome)
           
 

Uses of GlobalId in javax.activity.coordination
 

Methods in javax.activity.coordination with parameters of type GlobalId
 SignalSet[] ServiceManager.recoverSignalSets(GlobalId globalId)
           
 RecoverableAction[] ServiceManager.recoverActions(GlobalId globalId, java.lang.String signalSetName)
           
 

Uses of GlobalId in javax.activity.propertygroup
 

Methods in javax.activity.propertygroup with parameters of type GlobalId
 PropertyGroup PropertyGroupManager.recoverPropertyGroup(PropertyGroup parent, GlobalId globalId)
           
 PropertyGroup PropertyGroupManager.unmarshalRequest(PropertyGroupContext ctx, PropertyGroup pg, PropertyGroup parent, GlobalId globalId)
           
 

Uses of GlobalId in org.objectweb.jass.as
 

Classes in org.objectweb.jass.as that implement GlobalId
 class ActivityIdImpl
          Activity identifier representation.
 

Methods in org.objectweb.jass.as that return GlobalId
 GlobalId ActivityContext.getParent()
           
 GlobalId ActivityImpl.getGlobalId()
          Returns the GlobalId of the Activity represented by the target ActivityCoordinator.
 GlobalId ActivityService.getGlobalId()
          Returns the GlobalId of the active Activity.
 GlobalId[] ActivityService.recover()
          NOT YET IMPLEMENTED
 GlobalId ActivityService.hibernate()
          Not yet implemented.
 

Methods in org.objectweb.jass.as with parameters of type GlobalId
 ActivityCoordinator ActivityService.recreate(GlobalId activity, GlobalId parent, boolean resume)
          NOT YET IMPLEMENTED
 void ActivityService.forget(GlobalId globalId)
          NOT YET IMPLEMENTED
 void ActivityService.reactivate(GlobalId globalId)
          Not yet implemented.
 

Constructors in org.objectweb.jass.as with parameters of type GlobalId
ActivityContext(ActivityImpl activity, GlobalId parent)