public class ProcessorManager extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessorManager.ProcessorActionWrapper
This class provides the execution behaviour associated with the
information defined in the collector configuration processor
definition.
|
class |
ProcessorManager.ProcessorWrapper
This class provides the execution behaviour associated with the
information defined in the collector configuration processor
definition.
|
| Constructor and Description |
|---|
ProcessorManager(CollectorConfiguration config)
This constructor initialises the processor manager with the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
init(CollectorConfiguration config)
This method initialises the filter manager.
|
void |
process(BusinessTransaction btxn,
Node node,
boolean req,
Map<String,?> headers,
Object... values)
This method processes the supplied information against the configured processor
details for the business transaction.
|
public ProcessorManager(CollectorConfiguration config)
config - The configurationprotected void init(CollectorConfiguration config)
config - The configurationpublic void process(BusinessTransaction btxn, Node node, boolean req, Map<String,?> headers, Object... values)
btxn - The business transactionnode - The node being processedreq - Whether a requestheaders - The headersvalues - The valuesCopyright © 2015 Red Hat, Inc.. All rights reserved.