java.lang.Object
org.activemq.jndi.ReadOnlyContext
org.activemq.jndi.LazyCreateContext
- All Implemented Interfaces:
- javax.naming.Context, java.io.Serializable
- public abstract class LazyCreateContext
- extends ReadOnlyContext
Allows users to dynamically create items
- Version:
- $Revision: 1.1 $
| Fields inherited from interface javax.naming.Context |
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES |
| Methods inherited from class org.activemq.jndi.ReadOnlyContext |
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, freeze, getEnvironment, getNameInNamespace, getNameParser, getNameParser, internalBind, isFrozen, list, list, listBindings, listBindings, lookup, lookupLink, lookupLink, newContext, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyCreateContext
public LazyCreateContext()
lookup
public java.lang.Object lookup(java.lang.String name)
throws javax.naming.NamingException
- Specified by:
lookup in interface javax.naming.Context- Overrides:
lookup in class ReadOnlyContext
createEntry
protected abstract java.lang.Object createEntry(java.lang.String name)