Modifier and Type | Method and Description |
---|---|
ThreadMonitorEventType |
ThreadMonitorEvent.getEventType() |
static ThreadMonitorEventType |
ThreadMonitorEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadMonitorEventType[] |
ThreadMonitorEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ThreadMonitorEvent |
ThreadHistoryMonitorHelper.newThreadEvent(ThreadMonitored threadMonitored,
Thread thread,
ThreadMonitorEventType eventType)
Common ThreadMonitorEvent creation method.
|
Constructor and Description |
---|
ThreadMonitorEvent(ThreadMonitored monitoredThread,
ThreadMonitorEventType eventType,
Collection<String> stack,
String fullStack) |
Copyright © 2017. All rights reserved.