|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CascadingFactory<Instance>
Interface CascadingFactory defines a pluggable "factory" class that can be loaded by the FactoryLoader
utility.
Factory instances are created process side (in a cluster for example) to augment any of the internal strategies.
FactoryLoader
Method Summary | |
---|---|
Instance |
create(FlowProcess flowProcess)
Method create will return a new instance of the type create by this factory. |
void |
initialize(FlowProcess flowProcess)
Method initialize will configure an initialize this factory instance. |
Method Detail |
---|
void initialize(FlowProcess flowProcess)
flowProcess
- of type FlowProcessInstance create(FlowProcess flowProcess)
flowProcess
- of type FlowProcess
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |