|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgroups.blocks.TCPConnectionMap.TCPConnection.Sender
protected class TCPConnectionMap.TCPConnection.Sender
| Field Summary | |
|---|---|
protected java.util.concurrent.atomic.AtomicBoolean |
running
|
| Constructor Summary | |
|---|---|
TCPConnectionMap.TCPConnection.Sender(ThreadFactory tf,
int send_queue_size)
|
|
| Method Summary | |
|---|---|
void |
addToQueue(byte[] data)
|
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.util.concurrent.atomic.AtomicBoolean running
| Constructor Detail |
|---|
public TCPConnectionMap.TCPConnection.Sender(ThreadFactory tf,
int send_queue_size)
| Method Detail |
|---|
public void addToQueue(byte[] data)
throws java.lang.Exception
java.lang.Exceptionpublic 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 | |||||||||