org.apache.geronimo.kernel.lifecycle
Class LifecycleAdapter

java.lang.Object
  extended by org.apache.geronimo.kernel.lifecycle.LifecycleAdapter
All Implemented Interfaces:
EventListener, LifecycleListener

public class LifecycleAdapter
extends Object
implements LifecycleListener


Constructor Summary
LifecycleAdapter()
           
 
Method Summary
 void failed(AbstractName abstractName)
           
 void loaded(AbstractName abstractName)
           
 void running(AbstractName abstractName)
           
 void starting(AbstractName abstractName)
           
 void stopped(AbstractName abstractName)
           
 void stopping(AbstractName abstractName)
           
 void unloaded(AbstractName abstractName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleAdapter

public LifecycleAdapter()
Method Detail

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-2008 The Apache Geronimo development community. All Rights Reserved.