Interface ExecutionFactory


  • public interface ExecutionFactory
    To offer the possibility that each application can provide its own execution and termination context objects that fit the application's needs best a factory has to be provided that loads the corresponding implementations. This interface describes the methods to be implemented by the factory.

    The factory is also used to create new EBPInstance objects.
    Since executable business process instance objects themselves are never used the factory offers only methods to create the subclass objects ActivityInstance and LightWeightProcessInstance. The factory methods require all properties which belong directly to an EBP instance object.