|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThreadID
Uniquely identifies a thread.
Each thread in Java has a unique identifier that never changes, but a thread's name can change.
| Nested Class Summary | |
|---|---|
static interface |
ThreadID.Exporter
A reverse-builder for thread IDs. |
static interface |
ThreadID.Importer
A builder for thread IDs. |
| Method Summary | |
|---|---|
void |
export(ThreadID.Exporter exporter)
Write this thread id to the given exporter. |
long |
getId()
Get the unique identifier for this thread. |
String |
getName()
Get the name for this thread. |
| Method Detail |
|---|
long getId()
Thread.
Thread.getId()String getName()
Thread.getName()void export(ThreadID.Exporter exporter)
exporter -
|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||