Uses of Interface
org.objectweb.fractal.aokell.lib.control.lifecycle.InvocationCounter

Packages that use InvocationCounter
org.objectweb.fractal.aokell.lib.control.lifecycle This package contains the implementations of the LifeCyleController interface for non composite (e.g. flat and primitive) and composite components. 
 

Uses of InvocationCounter in org.objectweb.fractal.aokell.lib.control.lifecycle
 

Subinterfaces of InvocationCounter in org.objectweb.fractal.aokell.lib.control.lifecycle
 interface LifeCycleCoordinatorItf
          This interface extends the Julia LifeCycleCoordinator interface with methods to count currently executing method invocations.
 

Classes in org.objectweb.fractal.aokell.lib.control.lifecycle that implement InvocationCounter
 class LifeCycleControllerImpl
          Implementation of the lifecycle controller for non composite components.