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

Field Summary
 
Fields inherited from interface org.objectweb.fractal.api.control.LifeCycleController
STARTED, STOPPED
 
Method Summary
 java.lang.String getFcState(short priority)
           
 void startFc(short priority)
           
 void stopFc(short priority)
           
 
Methods inherited from interface org.objectweb.fractal.api.control.LifeCycleController
getFcState, startFc, stopFc
 

Method Detail

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.