public static class TransactionStats.Active extends Object implements Serializable
| 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 long getId()
public long getParentId()
public String getName()
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.