public class JndiContext extends Object implements Context, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static Injector |
INJETOR |
protected static NameParser |
NAME_PARSER |
static String |
SEPARATOR |
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| Modifier | Constructor and Description |
|---|---|
|
JndiContext() |
|
JndiContext(Hashtable<String,Object> env) |
|
JndiContext(Hashtable<String,Object> environment,
Map<String,Object> bindings) |
|
JndiContext(Hashtable<String,Object> environment,
Map<String,Object> bindings,
String nameInNamespace) |
protected |
JndiContext(JndiContext clone,
Hashtable<String,Object> env) |
protected |
JndiContext(JndiContext clone,
Hashtable<String,Object> env,
String nameInNamespace) |
public static final String SEPARATOR
protected static final NameParser NAME_PARSER
public JndiContext() throws Exception
Exceptionpublic JndiContext(Hashtable<String,Object> environment, Map<String,Object> bindings, String nameInNamespace)
protected JndiContext(JndiContext clone, Hashtable<String,Object> env)
protected JndiContext(JndiContext clone, Hashtable<String,Object> env, String nameInNamespace)
public static Map<String,Object> createBindingsMapFromEnvironment(Hashtable<String,Object> env) throws Exception
Exceptionpublic void freeze()
protected Map<String,Object> internalBind(String name, Object value) throws NamingException
NamingExceptionprotected JndiContext newContext()
public Object addToEnvironment(String propName, Object propVal) throws NamingException
addToEnvironment in interface ContextNamingExceptionpublic Hashtable<String,Object> getEnvironment() throws NamingException
getEnvironment in interface ContextNamingExceptionpublic Object removeFromEnvironment(String propName) throws NamingException
removeFromEnvironment in interface ContextNamingExceptionpublic Object lookup(String name) throws NamingException
lookup in interface ContextNamingExceptionpublic Object lookup(Name name) throws NamingException
lookup in interface ContextNamingExceptionpublic Object lookupLink(String name) throws NamingException
lookupLink in interface ContextNamingExceptionpublic Name composeName(Name name, Name prefix) throws NamingException
composeName in interface ContextNamingExceptionpublic String composeName(String name, String prefix) throws NamingException
composeName in interface ContextNamingExceptionpublic NamingEnumeration<NameClassPair> list(String name) throws NamingException
list in interface ContextNamingExceptionpublic NamingEnumeration<Binding> listBindings(String name) throws NamingException
listBindings in interface ContextNamingExceptionpublic Object lookupLink(Name name) throws NamingException
lookupLink in interface ContextNamingExceptionpublic NamingEnumeration<NameClassPair> list(Name name) throws NamingException
list in interface ContextNamingExceptionpublic NamingEnumeration<Binding> listBindings(Name name) throws NamingException
listBindings in interface ContextNamingExceptionpublic void bind(Name name, Object value) throws NamingException
bind in interface ContextNamingExceptionpublic void bind(String name, Object value) throws NamingException
bind in interface ContextNamingExceptionpublic void close() throws NamingException
close in interface ContextNamingExceptionpublic Context createSubcontext(Name name) throws NamingException
createSubcontext in interface ContextNamingExceptionpublic Context createSubcontext(String name) throws NamingException
createSubcontext in interface ContextNamingExceptionpublic void destroySubcontext(Name name) throws NamingException
destroySubcontext in interface ContextNamingExceptionpublic void destroySubcontext(String name) throws NamingException
destroySubcontext in interface ContextNamingExceptionpublic String getNameInNamespace() throws NamingException
getNameInNamespace in interface ContextNamingExceptionpublic NameParser getNameParser(Name name) throws NamingException
getNameParser in interface ContextNamingExceptionpublic NameParser getNameParser(String name) throws NamingException
getNameParser in interface ContextNamingExceptionpublic void rebind(Name name, Object value) throws NamingException
rebind in interface ContextNamingExceptionpublic void rebind(String name, Object value) throws NamingException
rebind in interface ContextNamingExceptionpublic void rename(Name oldName, Name newName) throws NamingException
rename in interface ContextNamingExceptionpublic void rename(String oldName, String newName) throws NamingException
rename in interface ContextNamingExceptionpublic void unbind(Name name) throws NamingException
unbind in interface ContextNamingExceptionpublic void unbind(String name) throws NamingException
unbind in interface ContextNamingExceptionApache Camel