org.apache.geronimo.kernel.lifecycle
Class LifecycleAdapter
java.lang.Object
org.apache.geronimo.kernel.lifecycle.LifecycleAdapter
- All Implemented Interfaces:
- EventListener, LifecycleListener
public class LifecycleAdapter
- extends Object
- implements LifecycleListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleAdapter
public LifecycleAdapter()
loaded
public void loaded(AbstractName abstractName)
- Specified by:
loaded
in interface LifecycleListener
starting
public void starting(AbstractName abstractName)
- Specified by:
starting
in interface LifecycleListener
running
public void running(AbstractName abstractName)
- Specified by:
running
in interface LifecycleListener
stopping
public void stopping(AbstractName abstractName)
- Specified by:
stopping
in interface LifecycleListener
stopped
public void stopped(AbstractName abstractName)
- Specified by:
stopped
in interface LifecycleListener
failed
public void failed(AbstractName abstractName)
- Specified by:
failed
in interface LifecycleListener
unloaded
public void unloaded(AbstractName abstractName)
- Specified by:
unloaded
in interface LifecycleListener
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.