| Package | Description |
|---|---|
| net.anotheria.moskito.core.util.threadhistory |
| Modifier and Type | Method and Description |
|---|---|
ThreadHistoryEvent.OPERATION |
ThreadHistoryEvent.getOperation() |
static ThreadHistoryEvent.OPERATION |
ThreadHistoryEvent.OPERATION.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreadHistoryEvent.OPERATION[] |
ThreadHistoryEvent.OPERATION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ThreadHistoryEvent(long aThreadId,
java.lang.String aThreadName,
ThreadHistoryEvent.OPERATION anOperation)
Creates new event.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.