public interface HandlerContainer extends LifeCycle
The contained handlers may be one (see @{link HandlerWrapper)
or many (see HandlerList or HandlerCollection.
LifeCycle.Listener| Modifier and Type | Method and Description |
|---|---|
<T extends Handler> |
getChildHandlerByClass(Class<T> byclass) |
Handler[] |
getChildHandlers() |
Handler[] |
getChildHandlersByClass(Class<?> byclass) |
Handler[] |
getHandlers() |
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopHandler[] getHandlers()
Handler[] getChildHandlers()
Handler[] getChildHandlersByClass(Class<?> byclass)
byclass - Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.