public static class TransactionStats.Active
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Active(java.lang.String name,
long txnId,
long parentId) |
Modifier and Type | Method and Description |
---|---|
long |
getId()
The transaction ID of the transaction.
|
java.lang.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).
|
java.lang.String |
toString() |
public long getId()
public long getParentId()
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.