| Package | Description |
|---|---|
| org.hawkular.btm.api.internal.actions | |
| org.hawkular.btm.api.model.btxn | |
| org.hawkular.btm.api.utils |
| 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) |
protected boolean |
EvaluateURIActionHandler.processQueryParameters(BusinessTransaction btxn,
Node node)
This method processes the query parameters associated with the supplied node to extract
templated named values as properties on the business transaction.
|
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 | Class and Description |
|---|---|
class |
Component
This class represents the invocation of a component.
|
class |
Consumer
This class represents the situation where the business transaction flow
is triggered by a communication from an external participant.
|
class |
ContainerNode
This abstract class represents the base for all nodes that can contain
other nodes within the business transaction instance.
|
class |
InteractionNode
This abstract class represents an invocation.
|
class |
Producer
This class represents the situation where the business transaction flow
is communicating with an external participant.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.setBaseTime(long baseTime) |
Node |
Node.setCorrelationIds(List<CorrelationIdentifier> correlationIds) |
Node |
Node.setDetails(Map<String,String> details) |
Node |
Node.setDuration(long duration) |
Node |
Node.setFault(String fault) |
Node |
Node.setFaultDescription(String faultDescription) |
Node |
Node.setType(NodeType type) |
Node |
Node.setUri(String uri) |
| Modifier and Type | Method and Description |
|---|---|
Set<Node> |
BusinessTransaction.getCorrelatedNodes(CorrelationIdentifier cid)
This method locates any node within the business transaction that
is associated with the supplied correlation id.
|
List<Node> |
BusinessTransaction.getNodes() |
List<Node> |
ContainerNode.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Node.findCorrelatedNodes(CorrelationIdentifier cid,
Set<Node> nodes)
This method identifies all of the nodes within a business transaction that
are associated with the supplied correlation identifier.
|
protected void |
ContainerNode.findCorrelatedNodes(CorrelationIdentifier cid,
Set<Node> nodes) |
BusinessTransaction |
BusinessTransaction.setNodes(List<Node> nodes) |
void |
ContainerNode.setNodes(List<Node> nodes) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NodeUtil.isOriginalURI(Node node,
String uri)
This method determines whether the supplied URI matches the
original URI on the node.
|
static boolean |
NodeUtil.isURIRewritten(Node node)
This method tests whether the URI has been rewritten.
|
static void |
NodeUtil.rewriteURI(Node node,
String uri)
This method rewrites the URI associated with the supplied
node and stores the original in the node's details.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.