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 | Class and Description |
---|---|
class |
ReliableConnectionContext
Reliable implementation of the interface to abstract the communication between
the client and the MOM.
|
class |
StandardConnectionContext
Standard implementation of the interface to abstract the communication between
the client and the MOM.
|
Modifier and Type | Field and Description |
---|---|
private ConnectionContext |
ReturnConnectionNot.ctx |
Modifier and Type | Method and Description |
---|---|
ConnectionContext |
GetConnectionNot.getConnectionContext() |
Modifier and Type | Method and Description |
---|---|
private static CountDownCallback |
ConnectionManager.createCallback(AbstractJmsRequest req,
ConnectionContext ctx) |
void |
OpenConnectionNot.Return(ConnectionContext ctx) |
void |
GetConnectionNot.Return(ConnectionContext ctx) |
static void |
ConnectionManager.sendToProxy(AgentId proxyId,
int cnxKey,
AbstractJmsRequest req,
Object msg,
ConnectionContext ctx) |
Constructor and Description |
---|
ReturnConnectionNot(OpenConnectionNot not,
ConnectionContext ctx) |
Modifier and Type | Field and Description |
---|---|
private ConnectionContext |
TcpReader.ctx |
Constructor and Description |
---|
TcpReader(IOControl ioctrl,
AgentId proxyId,
TcpConnection tcpConnection,
boolean closeConnection,
ConnectionContext ctx)
Creates a new reader.
|
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.