org.objectweb.proactive.core.component.controller
Interface ProActiveLifeCycleController
- All Superinterfaces:
- LifeCycleController
- All Known Implementing Classes:
- ProActiveLifeCycleControllerImpl
- public interface ProActiveLifeCycleController
- extends LifeCycleController
This interface defines an extension of the @see org.objectweb.fractal.api.control.LifeCycleController, which
is able to handle prioritized requests.
(Under development)
- Author:
- Matthieu Morel
Method Summary |
java.lang.String |
getFcState(short priority)
|
void |
startFc(short priority)
|
void |
stopFc(short priority)
|
getFcState
public java.lang.String getFcState(short priority)
startFc
public void startFc(short priority)
stopFc
public void stopFc(short priority)
Copyright 2001-2005 INRIA All Rights Reserved.