| Package | Description |
|---|---|
| org.hawkular.btm.api.internal.actions | |
| org.hawkular.btm.api.model.config | |
| org.hawkular.btm.api.model.config.btxn | |
| org.hawkular.btm.api.model.config.instrumentation |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
ExpressionHandler.evaluate(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method evaluates the supplied information against this
expression.
|
String |
FreeFormExpressionHandler.evaluate(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
String |
XMLExpressionHandler.evaluate(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
String |
JSONExpressionHandler.evaluate(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
String |
LiteralExpressionHandler.evaluate(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
String |
TextExpressionHandler.evaluate(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
protected Object |
DataExpressionHandler.getDataValue(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method returns the data value associated with the requested data
source and key..
|
protected String |
ExpressionBasedActionHandler.getValue(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method returns the value, associated with the expression, for the
supplied data.
|
boolean |
ProcessorActionHandler.process(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method processes the supplied information to extract the relevant
details.
|
boolean |
SetDetailActionHandler.process(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
AddContentActionHandler.process(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
EvaluateURIActionHandler.process(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
SetFaultActionHandler.process(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
SetFaultDescriptionActionHandler.process(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
AddCorrelationIdActionHandler.process(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
SetPropertyActionHandler.process(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
abstract boolean |
ExpressionHandler.test(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method evaluates the supplied information against this
expression representing a predicate.
|
boolean |
FreeFormExpressionHandler.test(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
XMLExpressionHandler.test(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
JSONExpressionHandler.test(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
LiteralExpressionHandler.test(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
TextExpressionHandler.test(BusinessTransaction btxn,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Direction |
Processor.getDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Processor.setDirection(Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
Direction |
ProcessHeaders.getDirection() |
Direction |
ProcessContent.getDirection() |
Direction |
CollectorAction.getDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessHeaders.setDirection(Direction direction) |
void |
ProcessContent.setDirection(Direction direction) |
void |
CollectorAction.setDirection(Direction direction) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.