|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jgroups.blocks.TCPConnectionMap.TCPConnection.ConnectionPeerReceiver
protected class TCPConnectionMap.TCPConnection.ConnectionPeerReceiver
Field Summary | |
---|---|
protected java.util.concurrent.atomic.AtomicBoolean |
receiving
|
protected java.lang.Thread |
recv
|
Constructor Summary | |
---|---|
TCPConnectionMap.TCPConnection.ConnectionPeerReceiver(ThreadFactory f)
|
Method Summary | |
---|---|
boolean |
canRun()
|
boolean |
isRunning()
|
void |
run()
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.lang.Thread recv
protected final java.util.concurrent.atomic.AtomicBoolean receiving
Constructor Detail |
---|
public TCPConnectionMap.TCPConnection.ConnectionPeerReceiver(ThreadFactory f)
Method Detail |
---|
public void start()
public void stop()
public boolean isRunning()
public boolean canRun()
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |