| |
|
| org.mortbay.component.LifeCycle
All known Subclasses: org.mortbay.component.AbstractLifeCycle,
LifeCycle | public interface LifeCycle (Code) | | The lifecycle interface for generic components.
Classes implementing this interface have a defined life cycle
defined by the methods of this interface.
author: Greg Wilkins (gregw) |
isFailed | public boolean isFailed()(Code) | | true if the component has failed to start or has failed to stop. |
isRunning | public boolean isRunning()(Code) | | true if the component is starting or has been started. |
|
|
|