Uses of Class
org.objectweb.joram.tools.rest.jms.RestClientContext
-
Packages that use RestClientContext Package Description org.objectweb.joram.tools.rest.jms -
-
Uses of RestClientContext in org.objectweb.joram.tools.rest.jms
Fields in org.objectweb.joram.tools.rest.jms declared as RestClientContext Modifier and Type Field Description private RestClientContextSessionContext. clientCtxFields in org.objectweb.joram.tools.rest.jms with type parameters of type RestClientContext Modifier and Type Field Description private Map<String,RestClientContext>Helper. restClientCtxsMethods in org.objectweb.joram.tools.rest.jms that return RestClientContext Modifier and Type Method Description RestClientContextHelper. getClientContext(String id)Returns the context corresponding to the specified identifier.RestClientContextSessionContext. getClientCtx()Methods in org.objectweb.joram.tools.rest.jms that return types with arguments of type RestClientContext Modifier and Type Method Description (package private) Map<String,RestClientContext>Helper. getRestClientCtxs()Only used by CleanerTask to remove unused contexts.Constructors in org.objectweb.joram.tools.rest.jms with parameters of type RestClientContext Constructor Description ConsumerContext(RestClientContext clientCtx)ProducerContext(RestClientContext clientCtx)SessionContext(RestClientContext clientCtx)
-