Project JXTA

net.jxta.impl.pipe
Class NonBlockingWireOutputPipe.workerState

java.lang.Object
  extended by net.jxta.impl.pipe.NonBlockingWireOutputPipe.workerState
Enclosing class:
NonBlockingWireOutputPipe

static class NonBlockingWireOutputPipe.workerState
extends Object

Tracks the state of our worker thread.


Field Summary
static NonBlockingWireOutputPipe.workerState CLOSED
          Exit.
static NonBlockingWireOutputPipe.workerState SENDMESSAGES
          Send messages via the messenger to the destination peer.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SENDMESSAGES

public static final NonBlockingWireOutputPipe.workerState SENDMESSAGES
Send messages via the messenger to the destination peer.


CLOSED

public static final NonBlockingWireOutputPipe.workerState CLOSED
Exit.


JXTA J2SE