java.io.Serializablepublic static class TransactionStats.Active
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method | 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.ObjectCopyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.