|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jass.as.util.ActionInfo
Manages information about an action.
Constructor Summary | |
ActionInfo(javax.activity.coordination.Action action,
boolean global)
Constructor |
Method Summary | |
javax.activity.coordination.Action |
getAction()
Returns the action. |
boolean |
isGlobal()
Return if the action is global. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActionInfo(javax.activity.coordination.Action action, boolean global)
action
- - the action.global
- - true if the corresponding action is global.Method Detail |
public javax.activity.coordination.Action getAction()
public boolean isGlobal()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |