org.apache.geronimo.kernel.lifecycle
Interface LifecycleListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- LifecycleAdapter
public interface LifecycleListener
- extends EventListener
- Version:
- $Rev: 476049 $ $Date: 2006-11-17 12:35:17 +0800 (Fri, 17 Nov 2006) $
loaded
void loaded(AbstractName abstractName)
starting
void starting(AbstractName abstractName)
running
void running(AbstractName abstractName)
stopping
void stopping(AbstractName abstractName)
stopped
void stopped(AbstractName abstractName)
failed
void failed(AbstractName abstractName)
unloaded
void unloaded(AbstractName abstractName)
Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.