org.objectweb.dream.control.lifecycle
Interface ASyncStarterCoordinator

All Known Implementing Classes:
AsyncStartLifeCycleCoordinatorMixin

public interface ASyncStarterCoordinator

Interface implemented by life cycle coordinator to be notified when a component has been asynchronously started.


Method Summary
 void started(LifeCycleCoordinator lc, IllegalLifeCycleException exception)
          Notifies the life cycle coordinator that the component, the given lc interface belong, has been asynchronously started.
 

Method Detail

started

void started(LifeCycleCoordinator lc,
             IllegalLifeCycleException exception)
Notifies the life cycle coordinator that the component, the given lc interface belong, has been asynchronously started.

Parameters:
lc - the LifeCycleCoordinator interface of the started component.
exception - if the LifeCycleCoordinator.setFcStarted() throws an exception.


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.