| Package | Description |
|---|---|
| net.anotheria.moskito.core.util.threadhistory |
| Modifier and Type | Method and Description |
|---|---|
static ThreadHistoryEvent |
ThreadHistoryEvent.created(long threadId,
java.lang.String threadName)
Factory method to create new 'created' event.
|
static ThreadHistoryEvent |
ThreadHistoryEvent.deleted(long threadId,
java.lang.String threadName)
Factory method to create new 'deleted' event.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ThreadHistoryEvent> |
ThreadHistoryUtility.getThreadHistoryEvents()
Returns the list of history events.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.