Uses of Class
org.apache.activemq.artemis.jndi.ReadOnlyContext
-
Packages that use ReadOnlyContext Package Description org.apache.activemq.artemis.jndi -
-
Uses of ReadOnlyContext in org.apache.activemq.artemis.jndi
Subclasses of ReadOnlyContext in org.apache.activemq.artemis.jndi Modifier and Type Class Description class
LazyCreateContext
Methods in org.apache.activemq.artemis.jndi that return ReadOnlyContext Modifier and Type Method Description protected ReadOnlyContext
ActiveMQInitialContextFactory. createContext(java.util.Hashtable<?,?> environment, java.util.Map<java.lang.String,java.lang.Object> data)
protected ReadOnlyContext
ReadOnlyContext. newContext()
Constructors in org.apache.activemq.artemis.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)
-