public class ListenerConfigurationItem extends ConfigurationItem
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_KEY |
static String |
XML_LIST_KEY |
className, description, hcfg, name, properties, root| Constructor and Description |
|---|
ListenerConfigurationItem(org.apache.commons.configuration.HierarchicalConfiguration.Node node,
XMLConfiguration config)
Creates a Listener Configuration Context
|
| Modifier and Type | Method and Description |
|---|---|
List<JRCommand> |
getEventHandlers() |
int |
getNumberOfThreads() |
String |
getProcessorClassName() |
List<JRCommand> |
getRequestHandlers() |
String |
xmlKey() |
getClassName, getDescription, getName, getProperties, getPropertiesFromConfig, getRoot, getXMLConfig, setClassName, setDescription, setName, setProperties, setProperties, toStringpublic ListenerConfigurationItem(org.apache.commons.configuration.HierarchicalConfiguration.Node node,
XMLConfiguration config)
node - The node within the XML configuration where <listner ...> us foundconfig - The XML configuration contextpublic List<JRCommand> getRequestHandlers()
public int getNumberOfThreads()
public String getProcessorClassName()
public String xmlKey()
xmlKey in class ConfigurationItemCopyright © 2017. All rights reserved.