|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Top level interface for all Service Controllers. These controllers should provide an interface for a Service to interface with an actor outside of the System bounds.
Method Summary | |
Service |
getConcreteService()
Returns an instance of the Service which is supported by the implementing Controller subclass. |
java.lang.Integer |
getDefaultControllerResultType()
Gets the default controller Result type |
java.lang.Object |
getInfo(java.lang.String key,
Service service)
This is the method through which a Service can get info from its Controller |
java.lang.Object |
getSessionId(Service service)
This is the method through which a Service can get the SESSIONID from its Controller |
void |
terminate()
Cleans up and stops this session |
Methods inherited from interface oracle.cle.process.Parent |
buildTransitionTable, getChildren, getInfo, getName, getParents, processParameters, processResults |
Method Detail |
public Service getConcreteService()
public java.lang.Object getInfo(java.lang.String key, Service service)
public java.lang.Object getSessionId(Service service)
public void terminate()
public java.lang.Integer getDefaultControllerResultType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |