Uses of Interface
org.objectweb.joram.mom.proxies.ConnectionContext
-
Packages that use ConnectionContext 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 ConnectionContext in org.objectweb.joram.mom.proxies
Classes in org.objectweb.joram.mom.proxies that implement ConnectionContext Modifier and Type Class Description classReliableConnectionContextReliable implementation of the interface to abstract the communication between the client and the MOM.classStandardConnectionContextStandard implementation of the interface to abstract the communication between the client and the MOM.Fields in org.objectweb.joram.mom.proxies declared as ConnectionContext Modifier and Type Field Description private ConnectionContextReturnConnectionNot. ctxFields in org.objectweb.joram.mom.proxies with type parameters of type ConnectionContext Modifier and Type Field Description private Hashtable<Integer,ConnectionContext>UserAgent. connectionsTable that contains the user connections: - key =Integer(connection key) - value =Methods in org.objectweb.joram.mom.proxies that return ConnectionContext Modifier and Type Method Description ConnectionContextGetConnectionNot. getConnectionContext()Methods in org.objectweb.joram.mom.proxies with parameters of type ConnectionContext Modifier and Type Method Description private static CountDownCallbackConnectionManager. createCallback(AbstractJmsRequest req, ConnectionContext ctx)voidGetConnectionNot. Return(ConnectionContext ctx)voidOpenConnectionNot. Return(ConnectionContext ctx)static voidConnectionManager. sendToProxy(AgentId proxyId, int cnxKey, AbstractJmsRequest req, Object msg, ConnectionContext ctx)Constructors in org.objectweb.joram.mom.proxies with parameters of type ConnectionContext Constructor Description ReturnConnectionNot(OpenConnectionNot not, ConnectionContext ctx) -
Uses of ConnectionContext in org.objectweb.joram.mom.proxies.tcp
Fields in org.objectweb.joram.mom.proxies.tcp declared as ConnectionContext Modifier and Type Field Description private ConnectionContextTcpReader. ctxConstructors in org.objectweb.joram.mom.proxies.tcp with parameters of type ConnectionContext Constructor Description TcpReader(IOControl ioctrl, AgentId proxyId, TcpConnection tcpConnection, boolean closeConnection, ConnectionContext ctx)Creates a new reader.
-