Uses of Class
org.objectweb.joram.mom.proxies.ClientContext
-
Packages that use ClientContext 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 ClientContext in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies declared as ClientContext Modifier and Type Field Description private ClientContextUserAgent. activeCtxReference to the activeClientContextinstance.Fields in org.objectweb.joram.mom.proxies with type parameters of type ClientContext Modifier and Type Field Description private Map<Integer,ClientContext>UserAgent. contextsTable of the proxy'sClientContextinstances.private List<ClientContext>UserAgent. modifiedClientContextsThe ClientContexts to be saved after a react.Methods in org.objectweb.joram.mom.proxies that return ClientContext Modifier and Type Method Description protected ClientContextUserAgent. getClientContext(int ctxId)static ClientContextClientContext. load(String txName)Methods in org.objectweb.joram.mom.proxies with parameters of type ClientContext Modifier and Type Method Description protected static voidUserAgent. addValidCC(ClientContext cc)voidProxyAgentItf. modifiedClient(ClientContext cc)voidUserAgent. modifiedClient(ClientContext cc)protected static voidUserAgent. removeValidCC(ClientContext cc)
-