|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Service
A Service is a concrete process.
A Service represents a local or remote process instance. It contains a "grounding", which contains the specifities of the process logic and how to invoke it.
Using OO terms, the Service grounding represents the process "instance", while the Service itself represents the "type" of the service.
Method Summary | |
---|---|
Grounding |
getGrounding()
Gets the grounding associated to this service. |
void |
setGrounding(Grounding g)
Sets the grounding associated to this service. |
Methods inherited from interface nextgrid.api.pom.Process |
---|
addListener, copy, discover, enact, evaluate, findProcessById, findRoot, getAttribute, getAttribute, getAttribute, getAttributes, getDescription, getId, getInput, getInputs, getInputType, getName, getOutput, getOutputs, getOutputType, getParent, getUsedInputNames, getUsedOutputNames, invalidate, isEvaluated, isLazy, isValidated, prioritise, putInput, putOutput, removeInput, removeListener, removeOutput, reset, setAttribute, setAttribute, setDescription, setId, setLazy, setName, setParent, unuseInput, unuseOutput, useInput, useOutput, validate |
Method Detail |
---|
Grounding getGrounding()
void setGrounding(Grounding g)
g
- The grounding to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |