org.objectweb.fractal.aokell.lib.control.lifecycle
Interface LifeCycleCoordinatorItf

All Superinterfaces:
InvocationCounter, LifeCycleController, org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator
All Known Implementing Classes:
LifeCycleControllerImpl

public interface LifeCycleCoordinatorItf
extends org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator, InvocationCounter

This interface extends the Julia LifeCycleCoordinator interface with methods to count currently executing method invocations.

Author:
Lionel Seinturier

Field Summary
 
Fields inherited from interface org.objectweb.fractal.api.control.LifeCycleController
STARTED, STOPPED
 
Method Summary
 
Methods inherited from interface org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator
fcActivated, fcInactivated, setFcStarted, setFcStopped, setFcStopping
 
Methods inherited from interface org.objectweb.fractal.api.control.LifeCycleController
getFcState, startFc, stopFc
 
Methods inherited from interface org.objectweb.fractal.aokell.lib.control.lifecycle.InvocationCounter
decrementFcInvocationCounter, incrementFcInvocationCounter