public static class ThreadResource.Info extends Object
| Constructor and Description |
|---|
Info(long id,
String name,
String state,
Long lockOwnerId,
List<ThreadResource.StackLine> stackTrace) |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<ThreadResource.Info> |
byName() |
long |
getId() |
Long |
getLockOwnerId() |
String |
getName() |
List<ThreadResource.StackLine> |
getStackTrace() |
String |
getState() |
public Info(long id,
String name,
String state,
Long lockOwnerId,
List<ThreadResource.StackLine> stackTrace)
public long getId()
public String getName()
public String getState()
public Long getLockOwnerId()
public List<ThreadResource.StackLine> getStackTrace()
public static Comparator<ThreadResource.Info> byName()
Copyright © 2012–2019. All rights reserved.