public abstract class CompositeHandler extends Handler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HANDLER_TYPE
Composite Handler type.
|
HANDLER_LEVEL_PROPERTY, HANDLER_NAME_PROPERTY, HANDLER_NAMESPACE_PROPERTY, HANDLER_TYPE_PROPERTY, m_instance, m_isValid
Constructor and Description |
---|
CompositeHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
attach(ComponentInstance instance)
Sets the manager.
|
CompositeManager |
getCompositeManager() |
Handler |
getHandler(java.lang.String name)
Get a plugged handler of the same container.
|
Logger |
getLogger() |
void |
setFactory(Factory factory) |
configure, debug, error, error, getDescription, getHandlerManager, getValidity, info, initializeComponentFactory, isValid, reconfigure, setValidity, start, stateChanged, stop, warn, warn
public static final java.lang.String HANDLER_TYPE
protected void attach(ComponentInstance instance)
public final void setFactory(Factory factory)
setFactory
in class Handler
public final CompositeManager getCompositeManager()
public final Handler getHandler(java.lang.String name)
getHandler
in class Handler
name
- : name of the handler to find (class name).Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.