Uses of Class
org.apache.activemq.jndi.ReadOnlyContext
-
Packages that use ReadOnlyContext Package Description org.apache.activemq.jndi JNDI support classes -
-
Uses of ReadOnlyContext in org.apache.activemq.jndi
Subclasses of ReadOnlyContext in org.apache.activemq.jndi Modifier and Type Class Description classLazyCreateContextAllows users to dynamically create itemsMethods in org.apache.activemq.jndi that return ReadOnlyContext Modifier and Type Method Description protected ReadOnlyContextActiveMQInitialContextFactory. createContext(Hashtable environment, Map<String,Object> data)protected ReadOnlyContextReadOnlyContext. newContext()Constructors in org.apache.activemq.jndi with parameters of type ReadOnlyContext Constructor Description ReadOnlyContext(ReadOnlyContext clone, Hashtable env)ReadOnlyContext(ReadOnlyContext clone, Hashtable<String,Object> env, String nameInNamespace)
-