Package | Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
private Vector<ProxyMessage> |
AckedQueue.list |
ConcurrentLinkedQueue<ProxyMessage> |
QueueWorker.queue |
Modifier and Type | Method and Description |
---|---|
ProxyMessage |
AckedQueue.get() |
Modifier and Type | Method and Description |
---|---|
private void |
ReliableConnectionContext.add(ProxyMessage msg) |
private void |
QueueWorker.handleMessage(ProxyMessage msg) |
void |
AckedQueue.push(ProxyMessage msg) |
void |
QueueWorker.send(ProxyMessage msg) |
void |
ProxyMessageSender.send(ProxyMessage msg)
Sends a message to the client.
|
Modifier and Type | Method and Description |
---|---|
ProxyMessage |
IOControl.receive() |
Modifier and Type | Method and Description |
---|---|
private void |
TcpWriter.handleMessage(ProxyMessage msg) |
void |
TcpConnection.send(ProxyMessage msg) |
void |
IOControl.send(ProxyMessage msg) |
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.