public interface ActionHandlerContext
Modifier and Type | Method and Description |
---|---|
Action |
getAction(Rule rule,
ActionDef actionDef)
Implementors are free to call action.
|
java.lang.String |
getName()
Get name
|
void |
init(java.util.Properties configuration)
Called by the engine during starup
|
void |
stop()
Called by the engine during shutdown.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.