public static class TransactionStats.Active extends Object implements Serializable
Constructor and Description |
---|
Active(String name,
long txnId,
long parentId) |
Modifier and Type | Method and Description |
---|---|
long |
getId()
The transaction ID of the transaction.
|
String |
getName()
The transaction name, including the thread name if available.
|
long |
getParentId()
The transaction ID of the parent transaction (or 0, if no parent).
|
String |
toString() |
public Active(String name, long txnId, long parentId)
public long getId()
public long getParentId()
public String getName()
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.