Uses of Class
org.objectweb.joram.shared.client.CnxConnectRequest
-
Packages that use CnxConnectRequest 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.shared.client Theorg.objectweb.joram.shared.clientpackage holds the request and reply objects used in the client-provider interactions. -
-
Uses of CnxConnectRequest in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type CnxConnectRequest Modifier and Type Method Description private voidUserAgent. doReact(int key, CnxConnectRequest req)Method implementing the reaction to aCnxConnectRequestrequesting the key of the active context. -
Uses of CnxConnectRequest in org.objectweb.joram.shared.client
Constructors in org.objectweb.joram.shared.client with parameters of type CnxConnectRequest Constructor Description CnxConnectReply(CnxConnectRequest req, int cnxKey, String proxyId)Constructs aCnxConnectReply.
-