Uses of Class
org.objectweb.joram.mom.proxies.ProxyMessage
-
Packages that use ProxyMessage 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 ProxyMessage in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies with type parameters of type ProxyMessage Modifier and Type Field Description private Vector<ProxyMessage>AckedQueue. listprivate ConcurrentLinkedQueue<ProxyMessage>QueueWorker. queueMethods in org.objectweb.joram.mom.proxies that return ProxyMessage Modifier and Type Method Description ProxyMessageAckedQueue. get()Methods in org.objectweb.joram.mom.proxies with parameters of type ProxyMessage Modifier and Type Method Description private voidReliableConnectionContext. add(ProxyMessage msg)private voidQueueWorker. handleMessage(ProxyMessage msg)voidAckedQueue. push(ProxyMessage msg)voidProxyMessageSender. send(ProxyMessage msg)Sends a message to the client.voidQueueWorker. send(ProxyMessage msg) -
Uses of ProxyMessage in org.objectweb.joram.mom.proxies.tcp
Methods in org.objectweb.joram.mom.proxies.tcp that return ProxyMessage Modifier and Type Method Description ProxyMessageIOControl. receive()Methods in org.objectweb.joram.mom.proxies.tcp with parameters of type ProxyMessage Modifier and Type Method Description private voidTcpWriter. handleMessage(ProxyMessage msg)voidIOControl. send(ProxyMessage msg)voidTcpConnection. send(ProxyMessage msg)
-