|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IModule
This interface represents a module. Module instances are created using
ModuleFactory
ModuleFactory| Method Summary | |
|---|---|
IRuntimeFactory |
getRuntimeFactory()
Returns a runtime factory associated with this module. |
void |
run()
Runs this module |
void |
run(IRuntimeContext ctx)
Runs this module in the given runtime context |
| Method Detail |
|---|
void run()
throws BareflowException
BareflowException - if module fails to run
void run(IRuntimeContext ctx)
throws BareflowException
ctx - runtime context
BareflowException - if module fails to runIRuntimeFactory getRuntimeFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||