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. |
Modifier and Type | Field and Description |
---|---|
private ClientContext |
UserAgent.activeCtx
Reference to the active
ClientContext instance. |
Modifier and Type | Field and Description |
---|---|
private Map<Integer,ClientContext> |
UserAgent.contexts
Table of the proxy's
ClientContext instances. |
private List<ClientContext> |
UserAgent.modifiedClientContexts
The ClientContexts to be saved after a react.
|
Modifier and Type | Method and Description |
---|---|
protected ClientContext |
UserAgent.getClientContext(int ctxId) |
Modifier and Type | Method and Description |
---|---|
protected static void |
UserAgent.addValidCC(ClientContext cc) |
void |
UserAgent.modifiedClient(ClientContext cc) |
void |
ProxyAgentItf.modifiedClient(ClientContext cc) |
protected static void |
UserAgent.removeValidCC(ClientContext cc) |
Copyright © 2019 ScalAgent D.T.. All rights reserved.