|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyAgentItf | |
---|---|
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. |
Uses of ProxyAgentItf in org.objectweb.joram.mom.proxies |
---|
Classes in org.objectweb.joram.mom.proxies that implement ProxyAgentItf | |
---|---|
class |
UserAgent
Class of a user proxy agent. |
Fields in org.objectweb.joram.mom.proxies declared as ProxyAgentItf | |
---|---|
private ProxyAgentItf |
ClientSubscription.proxy
|
private ProxyAgentItf |
ClientContext.proxy
|
private ProxyAgentItf |
RequestBuffer.proxyAgent
|
private ProxyAgentItf |
ProxyImpl.proxyAgent
The reference of the agent hosting the proxy. |
Methods in org.objectweb.joram.mom.proxies with parameters of type ProxyAgentItf | |
---|---|
(package private) void |
ClientSubscription.setProxyAgent(ProxyAgentItf px)
|
(package private) void |
ClientContext.setProxyAgent(ProxyAgentItf px)
|
Constructors in org.objectweb.joram.mom.proxies with parameters of type ProxyAgentItf | |
---|---|
ProxyImpl(ProxyAgentItf proxyAgent)
Constructs a ProxyImpl instance. |
|
RequestBuffer(ProxyAgentItf proxy)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |