org.objectweb.easybeans.api
Interface EZBContainerLifeCycleCallback


public interface EZBContainerLifeCycleCallback

This interface should be implemented by users which want to be notified at some lifecycle step of the container.

Author:
Florent Benoit

Method Summary
 void start(EZBContainerCallbackInfo info)
          Called when container is starting.
 void stop(EZBContainerCallbackInfo info)
          Called when container is stopping.
 

Method Detail

start

void start(EZBContainerCallbackInfo info)
Called when container is starting.

Parameters:
info - some information on the container which is starting.

stop

void stop(EZBContainerCallbackInfo info)
Called when container is stopping.

Parameters:
info - some information on the container which is stopping.