| Package | Description |
|---|---|
| org.hawkular.apm.api.internal.actions | |
| org.hawkular.apm.api.model.config.txn |
| Modifier and Type | Method and Description |
|---|---|
ProcessorAction |
ProcessorActionHandler.getAction() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessorActionHandler |
ProcessorActionHandlerFactory.getHandler(ProcessorAction action)
This method returns an action handler for the supplied action.
|
List<ConfigMessage> |
DataExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate)
This method initialises the expression handler.
|
List<ConfigMessage> |
XMLExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate) |
List<ConfigMessage> |
JSONExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate) |
abstract List<ConfigMessage> |
ExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate)
This method initialises the expression handler.
|
List<ConfigMessage> |
TextExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate) |
List<ConfigMessage> |
LiteralExpressionHandler.init(Processor processor,
ProcessorAction action,
boolean predicate) |
protected void |
ProcessorActionHandler.setAction(ProcessorAction action) |
| Constructor and Description |
|---|
AddContentActionHandler(ProcessorAction action)
This constructor initialises the action.
|
AddCorrelationIdActionHandler(ProcessorAction action)
This constructor initialises the action.
|
EvaluateURIActionHandler(ProcessorAction action)
This constructor initialises the action.
|
ExpressionBasedActionHandler(ProcessorAction action)
This constructor initialises the action.
|
ProcessorActionHandler(ProcessorAction action) |
SetPropertyActionHandler(ProcessorAction action)
This constructor initialises the action.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddContentAction
This class represents the action of adding content.
|
class |
AddCorrelationIdAction
This class represents the action of adding a correlation identifier.
|
class |
EvaluateURIAction
This class represents the action of extracting properties from
a URI, based on a template, and then rewriting the URI to be
the template.
|
class |
ExpressionBasedAction
This abstract class represents an action that is based on an expression.
|
class |
SetPropertyAction
This class represents the action of setting a property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessorAction> |
Processor.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Processor.setActions(List<ProcessorAction> actions) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.