net.sf.tlc.kernel
Class TlcMicroKernel

java.lang.Object
  extended bynet.sf.tlc.core.impl.DefaultServiceLocator
      extended bynet.sf.tlc.kernel.TlcMicroKernel
All Implemented Interfaces:
LifecycleAware, ServiceLocator

public final class TlcMicroKernel
extends DefaultServiceLocator
implements LifecycleAware

TheLittleContainer micro kernel.

Author:
aisrael

Constructor Summary
TlcMicroKernel()
           
 
Method Summary
 boolean isRunning()
          (non-Javadoc)
 void start()
          (non-Javadoc)
 void stop()
          (non-Javadoc)
 
Methods inherited from class net.sf.tlc.core.impl.DefaultServiceLocator
findService, findService, keySet, register, register, register, servicesSet, unregister, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TlcMicroKernel

public TlcMicroKernel()
Method Detail

start

public void start()
(non-Javadoc)

Specified by:
start in interface LifecycleAware
See Also:
LifecycleAware.start()

isRunning

public boolean isRunning()
(non-Javadoc)

Specified by:
isRunning in interface LifecycleAware
Returns:
true if this component is still running.
See Also:
LifecycleAware.isRunning()

stop

public void stop()
(non-Javadoc)

Specified by:
stop in interface LifecycleAware
See Also:
LifecycleAware.stop()


Copyright © 2005 TheLittleContainer. All Rights Reserved.