org.ow2.jasmine.jade.reflex.api.control
Interface LifeCycleNotificationController

All Known Implementing Classes:
ReflexLifeCycleMixin

public interface LifeCycleNotificationController

This interface is used to notify a lifecycle update between the meta and the execution level (and vice versa).

Author:
Noel de palma

Method Summary
 void startFcNotification()
          Start the component to which this interface belongs.
 void stopFcNotification()
          Stop the component to which this interface belongs.
 

Method Detail

startFcNotification

void startFcNotification()
                         throws org.objectweb.fractal.api.control.IllegalLifeCycleException
Start the component to which this interface belongs.

Throws:
org.objectweb.fractal.api.control.IllegalLifeCycleException - if the transition from the current state to the STARTED state is not a valid transition of the life cycle automaton.

stopFcNotification

void stopFcNotification()
                        throws org.objectweb.fractal.api.control.IllegalLifeCycleException
Stop the component to which this interface belongs.

Throws:
org.objectweb.fractal.api.control.IllegalLifeCycleException - if the transition from the current state to the STOPPED state is not a valid transition of the life cycle automaton.


Copyright © 2008 OW2 Consortium. All Rights Reserved.