public abstract class AbstractHandler extends AggregateLifeCycle implements Handler
AbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.Listener_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING| Constructor and Description |
|---|
AbstractHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the joined Destroyable beans in the reverse order they were added.
|
protected void |
doStart()
Start the managed lifecycle beans in the order they were added.
|
protected void |
doStop()
Stop the joined lifecycle beans in the reverse order they were added.
|
void |
dumpThis(Appendable out) |
Server |
getServer() |
void |
setServer(Server server) |
addBean, addBean, contains, dump, dump, dump, dump, dump, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, unmanageaddLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopprotected void doStart()
throws Exception
AggregateLifeCycledoStart in class AggregateLifeCycleExceptionAbstractLifeCycle.doStart()protected void doStop()
throws Exception
AggregateLifeCycledoStop in class AggregateLifeCycleExceptionAbstractLifeCycle.doStart()public void destroy()
AggregateLifeCycledestroy in interface Handlerdestroy in interface Destroyabledestroy in class AggregateLifeCycleDestroyable.destroy()public void dumpThis(Appendable out) throws IOException
dumpThis in class AggregateLifeCycleIOExceptionCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.