Uses of Package
org.objectweb.fractal.aokell.lib.control.lifecycle

Packages that use org.objectweb.fractal.aokell.lib.control.lifecycle
org.objectweb.fractal.aokell.glue.template This package contains code templates used by Spoon processors. 
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. 
 

Classes in org.objectweb.fractal.aokell.lib.control.lifecycle used by org.objectweb.fractal.aokell.glue.template
LifeCycleInterceptorItf
          This interface is implemented by all component content classes which are under the supervision of the lifecyle interceptor.
 

Classes in org.objectweb.fractal.aokell.lib.control.lifecycle used by org.objectweb.fractal.aokell.lib.control.lifecycle
InvocationCounter
          Interface for counting the number of currently executing method invocations in a component.
LifeCycleCoordinatorItf
          This interface extends the Julia LifeCycleCoordinator interface with methods to count currently executing method invocations.