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 class
LazyCreateContext
Allows users to dynamically create itemsMethods in org.apache.activemq.jndi that return ReadOnlyContext Modifier and Type Method Description protected ReadOnlyContext
ActiveMQInitialContextFactory. createContext(Hashtable environment, Map<String,Object> data)
protected ReadOnlyContext
ReadOnlyContext. 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)
-