|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IActionHandler
An action handler provides the functionality that is executed for a specific invocation of an agreement factory.
| Method Summary | |
|---|---|
IActionHandlerContext |
getHandlerContext()
Returns the context of this action handler. |
void |
initialize()
Initializes an action handler. |
void |
setHandlerContext(IActionHandlerContext context)
Sets the context for this action handler. |
| Method Detail |
|---|
void setHandlerContext(IActionHandlerContext context)
context - Sets the context for this handler instance. A handler uses the context i.e. to look up the
handler configuration during initialization.IActionHandlerContextIActionHandlerContext getHandlerContext()
void initialize()
throws ActionInitializationException
ActionInitializationException - Indicates an error during handler initialization.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||