org.objectweb.proactive.core.component.controller
Class ProActiveLifeCycleControllerImpl
java.lang.Object
org.objectweb.proactive.core.component.controller.AbstractRequestHandler
org.objectweb.proactive.core.component.controller.AbstractProActiveController
org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl
- All Implemented Interfaces:
- Interface, LifeCycleController, ProActiveController, ProActiveLifeCycleController, RequestHandler, java.io.Serializable
- public class ProActiveLifeCycleControllerImpl
- extends AbstractProActiveController
- implements ProActiveLifeCycleController, java.io.Serializable
Implementation of the LifeCycleController
interface.
- Author:
- Matthieu Morel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProActiveLifeCycleControllerImpl
public ProActiveLifeCycleControllerImpl(Component owner)
setControllerItfType
protected void setControllerItfType()
- Specified by:
setControllerItfType
in class AbstractProActiveController
getFcState
public java.lang.String getFcState()
- Specified by:
getFcState
in interface LifeCycleController
startFc
public void startFc()
- Specified by:
startFc
in interface LifeCycleController
stopFc
public void stopFc()
- Specified by:
stopFc
in interface LifeCycleController
getFcState
public java.lang.String getFcState(short priority)
- Specified by:
getFcState
in interface ProActiveLifeCycleController
startFc
public void startFc(short priority)
- Specified by:
startFc
in interface ProActiveLifeCycleController
stopFc
public void stopFc(short priority)
- Specified by:
stopFc
in interface ProActiveLifeCycleController
Copyright 2001-2005 INRIA All Rights Reserved.