Package org.demac.process.base.service

Interface Summary
CompensableServiceObject Interface of undoable (compensable) service objects, for a strategy pattern, so that the org.demac.process.base.exe.BaseExecutionService is able to execute all kinds of applications and services, which are compensable.
ServiceObject A generic service object, implemented as a top-level interface for a strategy pattern (Gamma et al.), so that the org.demac.process.base.exe.BaseExecutionService is able to execute all kinds of applications and services, which are concretely provided by the Context Service.