| Package | Description |
|---|---|
| org.hawkular.btm.api.model.btxn |
| 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.
|
class |
Service
This class represents a service invocation.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Node> |
BusinessTransaction.getCorrelatedNodes(CorrelationIdentifier cid,
long baseTime)
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,
long baseTime,
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,
long baseTime,
Set<Node> nodes) |
BusinessTransaction |
BusinessTransaction.setNodes(List<Node> nodes) |
void |
ContainerNode.setNodes(List<Node> nodes) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.