Package org.jgroups.protocols
Class ABP.Entry
- java.lang.Object
-
- org.jgroups.protocols.ABP.Entry
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ABP
protected class ABP.Entry extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description protected byte
bit
protected java.util.concurrent.BlockingQueue<Message>
send_queue
protected java.lang.Thread
xmit_task
-
Constructor Summary
Constructors Modifier Constructor Description protected
Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleAck(byte ack_bit)
protected boolean
handleMessage(Address sender, byte msg_bit)
void
run()
protected void
send(Message msg)
protected void
startTask()
-
-
-
Field Detail
-
bit
protected byte bit
-
send_queue
protected final java.util.concurrent.BlockingQueue<Message> send_queue
-
xmit_task
protected java.lang.Thread xmit_task
-
-