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

All Known Subinterfaces:
LifeCycleCoordinatorItf
All Known Implementing Classes:
LifeCycleControllerImpl

public interface InvocationCounter

Interface for counting the number of currently executing method invocations in a component.

Author:
Lionel Seinturier

Method Summary
 void decrementFcInvocationCounter()
          Decrements the number of currently executing method calls.
 void incrementFcInvocationCounter()
          Increments the number of currently executing method calls.
 

Method Detail

incrementFcInvocationCounter

void incrementFcInvocationCounter()
Increments the number of currently executing method calls.


decrementFcInvocationCounter

void decrementFcInvocationCounter()
Decrements the number of currently executing method calls.