net.sf.tlc.core
Interface LifecycleAware

All Known Implementing Classes:
TlcMicroKernel

public interface LifecycleAware

A LifecycleAware component in TheLittleContainer framework.

Author:
aisrael

Method Summary
 boolean isRunning()
           
 void start()
          Starts the component.
 void stop()
          Stops the component.
 

Method Detail

start

public void start()
Starts the component.


isRunning

public boolean isRunning()
Returns:
true if this component is still running.

stop

public void stop()
Stops the component.



Copyright © 2005 TheLittleContainer. All Rights Reserved.