|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.component.controller.ProActiveController | +--org.objectweb.proactive.core.component.controller.ProActiveLifeCycleController
Implementation of the LifeCycleController (LifeCycleController
).
It uses the request queue of the active objects.
Field Summary | |
protected static org.apache.log4j.Logger |
logger
|
Fields inherited from interface org.objectweb.fractal.api.control.LifeCycleController |
STARTED, STOPPED |
Constructor Summary | |
ProActiveLifeCycleController(Component owner)
|
Method Summary | |
java.lang.String |
getFcState()
LifeCycleController.getFcState() |
void |
startFc()
LifeCycleController.startFc()
recursive if composite
( recursivity is allowed here as we do not implement sharing ) |
void |
stopFc()
LifeCycleController.stopFc()
recursive if composite |
Methods inherited from class org.objectweb.proactive.core.component.controller.ProActiveController |
checkLifeCycleIsStopped, getFcItfName, getFcItfOwner, getFcItfType, isFcInternalItf |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.log4j.Logger logger
Constructor Detail |
public ProActiveLifeCycleController(Component owner)
Method Detail |
public java.lang.String getFcState()
LifeCycleController.getFcState()
getFcState
in interface LifeCycleController
public void startFc()
LifeCycleController.startFc()
recursive if composite
( recursivity is allowed here as we do not implement sharing )
startFc
in interface LifeCycleController
public void stopFc()
LifeCycleController.stopFc()
recursive if composite
stopFc
in interface LifeCycleController
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |