|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionHandlerContext
One time initialization of Action functions. For example, an email action may need to establish a connection to the email server only once or a webservice invocation may need a 1 time initialization of the service framework The engine will initialize these during its startup sequence.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void init(java.util.Properties configuration)
configuration - void stop()
java.lang.String getName()
Action getAction(Rule rule,
ActionDef actionDef)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||