Uses of Interface
org.objectweb.joram.mom.proxies.ProxyAgentItf
-
Packages that use ProxyAgentItf 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. -
-
Uses of ProxyAgentItf in org.objectweb.joram.mom.proxies
Classes in org.objectweb.joram.mom.proxies that implement ProxyAgentItf Modifier and Type Class Description classUserAgentTheUserAgentclass implements the MOM proxy behaviour, basically forwarding client requests to MOM destinations and MOM destinations replies to clients.Fields in org.objectweb.joram.mom.proxies declared as ProxyAgentItf Modifier and Type Field Description private ProxyAgentItfClientContext. proxyAn handle to proxy Agentprivate ProxyAgentItfClientSubscription. proxyAn handle to proxy Agentprivate ProxyAgentItfRequestBuffer. proxyAgentMethods in org.objectweb.joram.mom.proxies with parameters of type ProxyAgentItf Modifier and Type Method Description (package private) voidClientContext. setProxyAgent(ProxyAgentItf proxy)(package private) voidClientSubscription. setProxyAgent(ProxyAgentItf proxy)Constructors in org.objectweb.joram.mom.proxies with parameters of type ProxyAgentItf Constructor Description RequestBuffer(ProxyAgentItf proxy)
-