|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AckedQueue | |
---|---|
org.objectweb.joram.mom.proxies | The org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. |
org.objectweb.joram.mom.proxies.tcp | The org.objectweb.joram.mom.proxies.tcp package provides a proxy accessible through the TCP communication protocol. |
Uses of AckedQueue in org.objectweb.joram.mom.proxies |
---|
Fields in org.objectweb.joram.mom.proxies declared as AckedQueue | |
---|---|
private AckedQueue |
ReliableConnectionContext.queue
|
Methods in org.objectweb.joram.mom.proxies that return AckedQueue | |
---|---|
AckedQueue |
ReliableConnectionContext.getQueue()
|
Uses of AckedQueue in org.objectweb.joram.mom.proxies.tcp |
---|
Fields in org.objectweb.joram.mom.proxies.tcp declared as AckedQueue | |
---|---|
private AckedQueue |
TcpWriter.replyQueue
|
Constructors in org.objectweb.joram.mom.proxies.tcp with parameters of type AckedQueue | |
---|---|
TcpWriter(IOControl ioctrl,
AckedQueue replyQueue,
TcpConnection tcpConnection)
Creates a new writer. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |