|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
com.tibco.rta.runtime.model.rule | The runtime classes and interfaces required by user-defined rules and actions. |
Uses of Action in com.tibco.rta.runtime.model.rule |
---|
Classes in com.tibco.rta.runtime.model.rule that implement Action | |
---|---|
class |
AbstractActionImpl
Action implementations must extend this class. |
Methods in com.tibco.rta.runtime.model.rule that return Action | |
---|---|
Action |
ActionHandlerContext.getAction(Rule rule,
ActionDef actionDef)
Implementors are free to call action. |
Action |
Rule.getClearAction(java.lang.String actionName)
|
Action |
Rule.getSetAction(java.lang.String actionName)
|
Methods in com.tibco.rta.runtime.model.rule that return types with arguments of type Action | |
---|---|
java.util.Collection<Action> |
Rule.getClearActions()
|
java.util.Collection<Action> |
Rule.getSetActions()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |