|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface that a Command must implement.
Method Summary | |
Result |
cleanup(ChainContext chainContext)
Cleanup(). |
Result |
execute(ChainContext chainContext)
Execute(). |
Result |
init(ChainContext chainContext)
Init(). |
Method Detail |
public Result init(ChainContext chainContext)
chainContext
- The Chain Context being used by the Chain executing
this command.
public Result execute(ChainContext chainContext)
chainContext
- The Chain Context being used by the Chain executing
this command.
public Result cleanup(ChainContext chainContext)
chainContext
- The Chain Context being used by the Chain executing
this command.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |