|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sdnplatform.sync.internal.rpc.RPCService.SyncMessageWorker
protected class RPCService.SyncMessageWorker
A worker thread responsible for reading sync messages off the queue
and writing them to the appropriate node's channel. Because calls
RPCService.writeToNode(Short, SyncMessage)
can block while
waiting for available slots in the message window, we do this in a
separate thread.
Constructor Summary | |
---|---|
protected |
RPCService.SyncMessageWorker()
|
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RPCService.SyncMessageWorker()
Method Detail |
---|
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 |