Uses of Interface
javax.activity.coordination.Action

Packages that use Action
javax.activity   
javax.activity.coordination   
org.objectweb.jass.as   
org.objectweb.jass.as.util   
 

Uses of Action in javax.activity
 

Methods in javax.activity that return Action
 Action[] ActivityCoordinator.getActions(java.lang.String signalSetName)
           
 

Methods in javax.activity with parameters of type Action
 void ActivityCoordinator.addAction(Action action, java.lang.String signalSetName, int priority)
           
 void ActivityCoordinator.addGlobalAction(Action action, int priority)
           
 void ActivityCoordinator.removeAction(Action action, java.lang.String signalSetName)
           
 void ActivityCoordinator.removeGlobalAction(Action action)
           
 

Uses of Action in javax.activity.coordination
 

Methods in javax.activity.coordination that return Action
 Action RecoverableAction.getAction()
           
 

Uses of Action in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as that return Action
 Action[] ActivityImpl.getActions(java.lang.String signalSetName)
          Returns all the Actions that have been registered with an interest in the specified signalSetName.
 

Methods in org.objectweb.jass.as with parameters of type Action
 void ActivityImpl.addAction(Action action, java.lang.String signalSetName, int priority)
          Establishes an interest relationship between the specified Action and SignalSet for the Activity represented by the target ActivityCoordinator.
 void ActivityImpl.addGlobalAction(Action action, int priority)
          Establishes an interest relationship between the specified Action and all SignalSets used by the Activity represented by the target ActivityCoordinator.
 void ActivityImpl.removeAction(Action action, java.lang.String signalSetName)
          Removes the interest relationship between the specified Action and SignalSet for the Activity represented by the target ActivityCoordinator.
 void ActivityImpl.removeGlobalAction(Action action)
          Removes the interest relationship between the specified Action and all SignalSets for the Activity represented by the target ActivityCoordinator.
 

Uses of Action in org.objectweb.jass.as.util
 

Methods in org.objectweb.jass.as.util that return Action
 Action[] SignalSetInfo.getActions()
           
 Action ActionInfo.getAction()
          Returns the action.
 

Methods in org.objectweb.jass.as.util with parameters of type Action
 void SignalSetInfo.addAction(Action action, int priority, boolean global)
          Registers an action into the managed signal set.
 boolean SignalSetInfo.removeAction(Action action, boolean global)
          Removes an action from the managed signal set.
 

Constructors in org.objectweb.jass.as.util with parameters of type Action
ActionInfo(Action action, boolean global)
          Constructor