public class BusinessTransaction extends Object
| Constructor and Description |
|---|
BusinessTransaction() |
| Modifier and Type | Method and Description |
|---|---|
long |
endTime()
This method returns the end time of the business
transaction.
|
boolean |
equals(Object obj) |
Set<Node> |
getCorrelatedNodes(CorrelationIdentifier cid,
long baseTime)
This method locates any node within the business transaction that
is associated with the supplied correlation id.
|
String |
getId() |
String |
getName() |
List<Node> |
getNodes() |
Map<String,String> |
getProperties()
This method returns properties that can be used to search for
the business transaction.
|
int |
hashCode() |
BusinessTransaction |
setId(String id) |
void |
setName(String name) |
BusinessTransaction |
setNodes(List<Node> nodes) |
BusinessTransaction |
setProperties(Map<String,String> properties) |
long |
startTime()
This method returns the start time of the business
transaction.
|
String |
toString() |
public String getId()
public BusinessTransaction setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic BusinessTransaction setNodes(List<Node> nodes)
nodes - the nodes to setpublic Map<String,String> getProperties()
public BusinessTransaction setProperties(Map<String,String> properties)
properties - the properties to setpublic long startTime()
public long endTime()
public Set<Node> getCorrelatedNodes(CorrelationIdentifier cid, long baseTime)
cid - The correlation identifierbaseTime - The base time associated with the correlation identifierCopyright © 2015 Red Hat, Inc.. All rights reserved.