|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<NonBlockingOutputPipe.WorkerState>
net.jxta.impl.pipe.NonBlockingOutputPipe.WorkerState
static enum NonBlockingOutputPipe.WorkerState
Tracks the state of our worker thread.
Enum Constant Summary | |
---|---|
ACQUIREMESSENGER
Acquire a messenger to the destination peer. |
|
CLOSED
Exit. |
|
PENDINGMIGRATE
Issue resolution queries and wait for responses |
|
PENDINGVERIFY
Issue verify queries and wait for responses |
|
SENDMESSAGES
Send messages via the messenger to the destination peer. |
|
STARTMIGRATE
Find a new eligible destination peer which is listening on the pipe. |
|
STARTVERIFY
Determine if the destination peer is still listening on the pipe. |
Method Summary | |
---|---|
static NonBlockingOutputPipe.WorkerState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NonBlockingOutputPipe.WorkerState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final NonBlockingOutputPipe.WorkerState STARTMIGRATE
public static final NonBlockingOutputPipe.WorkerState PENDINGMIGRATE
public static final NonBlockingOutputPipe.WorkerState STARTVERIFY
public static final NonBlockingOutputPipe.WorkerState PENDINGVERIFY
public static final NonBlockingOutputPipe.WorkerState ACQUIREMESSENGER
public static final NonBlockingOutputPipe.WorkerState SENDMESSAGES
public static final NonBlockingOutputPipe.WorkerState CLOSED
Method Detail |
---|
public static NonBlockingOutputPipe.WorkerState[] values()
for (NonBlockingOutputPipe.WorkerState c : NonBlockingOutputPipe.WorkerState.values()) System.out.println(c);
public static NonBlockingOutputPipe.WorkerState valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |