Package | Description |
---|---|
com.tibco.rta.runtime.model.rule |
The runtime classes and interfaces required by user-defined rules and actions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractActionImpl
Action implementations must extend this class.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Action> |
Rule.getClearActions() |
java.util.Collection<Action> |
Rule.getSetActions() |
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.