Uses of Class
org.apache.qpid.jms.jndi.ReadOnlyContext
-
Packages that use ReadOnlyContext Package Description org.apache.qpid.jms.jndi -
-
Uses of ReadOnlyContext in org.apache.qpid.jms.jndi
Subclasses of ReadOnlyContext in org.apache.qpid.jms.jndi Modifier and Type Class Description classLazyCreateContextAllows users to dynamically create itemsMethods in org.apache.qpid.jms.jndi that return ReadOnlyContext Modifier and Type Method Description protected ReadOnlyContextJmsInitialContextFactory. createContext(java.util.Hashtable<java.lang.Object,java.lang.Object> environment, java.util.Map<java.lang.String,java.lang.Object> bindings)protected ReadOnlyContextReadOnlyContext. newContext()Constructors in org.apache.qpid.jms.jndi with parameters of type ReadOnlyContext Constructor Description ReadOnlyContext(ReadOnlyContext clone, java.util.Hashtable env)ReadOnlyContext(ReadOnlyContext clone, java.util.Hashtable<java.lang.String,java.lang.Object> env, java.lang.String nameInNamespace)
-