|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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.
| Method Summary | |
|---|---|
boolean |
connectionResetOccured()
Method to determine if an connection reset occurred during the execution of the service, so that the execution service can call the corresponding org.demac.process.base.dpdl.ConnectionResetHandler. |
boolean |
exceptionOccured()
Method to determine if an exception occurred during the execution of the service, so that the execution service can call the corresponding org.demac.process.base.dpdl.Exception handler. |
DataField |
execute(FormalParameter[] fp,
DataField[] df)
Method to execute a generic service. |
| Method Detail |
|---|
DataField execute(FormalParameter[] fp,
DataField[] df)
fp - the org.demac.process.base.dpdl.FormalParametersdf - the actual parameters as org.demac.process.base.dpdl.DataFields.
boolean exceptionOccured()
boolean connectionResetOccured()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||