Uses of Class
org.objectweb.joram.mom.proxies.AckedQueue
-
Packages that use AckedQueue Package Description org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents.org.objectweb.joram.mom.proxies.tcp Theorg.objectweb.joram.mom.proxies.tcppackage 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 Modifier and Type Field Description private AckedQueueReliableConnectionContext. queueMethods in org.objectweb.joram.mom.proxies that return AckedQueue Modifier and Type Method Description AckedQueueReliableConnectionContext. getQueue() -
Uses of AckedQueue in org.objectweb.joram.mom.proxies.tcp
Fields in org.objectweb.joram.mom.proxies.tcp declared as AckedQueue Modifier and Type Field Description private AckedQueueTcpWriter. replyQueueConstructors in org.objectweb.joram.mom.proxies.tcp with parameters of type AckedQueue Constructor Description TcpWriter(IOControl ioctrl, AckedQueue replyQueue, TcpConnection tcpConnection)Creates a new writer.
-