|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionLifecycle
Interface representing lifecycle methods of an action.
Actions implementing this interface will participate in the application lifecycle and should not contain any state specific to a particular message instance. EachActionProcessingPipeline
will instantiate a single
instance of the action to process all messages passing through the pipeline.
Method Summary | |
---|---|
void |
destroy()
Destroy the action instance. |
void |
initialise()
Initialise the action instance. |
Method Detail |
---|
void initialise() throws ActionLifecycleException
ActionLifecycleException
- for errors during initialisation.void destroy() throws ActionLifecycleException
ActionLifecycleException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |