| Modifier and Type | Method and Description |
|---|---|
ThreadMonitor.Status |
ThreadMonitor.getStatus(MonitoredThread t) |
static ThreadMonitor.Status |
ThreadMonitor.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadMonitor.Status[] |
ThreadMonitor.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ThreadMonitor.getThreadCount(ThreadGroup group,
ThreadMonitor.Status... s)
Return the count of threads that are in any of the statuses
|
int |
ThreadMonitor.getThreadCount(ThreadMonitor.Status... s) |
Copyright © 2016. All rights reserved.