Package org.eclipse.jetty.jndi.local
Class localContextRoot
java.lang.Object
org.eclipse.jetty.jndi.local.localContextRoot
- All Implemented Interfaces:
Context
localContext
Implementation of the delegate for InitialContext for the local namespace.
-
Field Summary
FieldsFields 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddToEnvironment(String propName, Object propVal) voidvoidvoidclose()composeName(String name, String prefix) composeName(Name name, Name prefix) createSubcontext(String name) createSubcontext(Name name) voiddestroySubcontext(String name) voiddestroySubcontext(Name name) getNameParser(String name) getNameParser(Name name) static NamingContextgetRoot()protected Stringprotected NamelistBindings(String name) listBindings(Name name) lookupLink(String name) lookupLink(Name name) voidvoidremoveFromEnvironment(String propName) voidvoidvoidvoid
-
Field Details
-
__root
-
-
Constructor Details
-
localContextRoot
-
-
Method Details
-
getRoot
-
close
- Specified by:
closein interfaceContext- Throws:
NamingException- See Also:
-
getNameInNamespace
- Specified by:
getNameInNamespacein interfaceContext- Throws:
NamingException- See Also:
-
destroySubcontext
- Specified by:
destroySubcontextin interfaceContext- Throws:
NamingException- See Also:
-
destroySubcontext
- Specified by:
destroySubcontextin interfaceContext- Throws:
NamingException- See Also:
-
getEnvironment
- Specified by:
getEnvironmentin interfaceContext- Throws:
NamingException- See Also:
-
unbind
- Specified by:
unbindin interfaceContext- Throws:
NamingException- See Also:
-
unbind
- Specified by:
unbindin interfaceContext- Throws:
NamingException- See Also:
-
lookupLink
- Specified by:
lookupLinkin interfaceContext- Throws:
NamingException- See Also:
-
lookupLink
- Specified by:
lookupLinkin interfaceContext- Throws:
NamingException- See Also:
-
removeFromEnvironment
- Specified by:
removeFromEnvironmentin interfaceContext- Throws:
NamingException- See Also:
-
lookup
- Specified by:
lookupin interfaceContext- Throws:
NamingException- See Also:
-
lookup
- Specified by:
lookupin interfaceContext- Throws:
NamingException- See Also:
-
bind
- Specified by:
bindin interfaceContext- Throws:
NamingException- See Also:
-
bind
- Specified by:
bindin interfaceContext- Throws:
NamingException- See Also:
-
rebind
- Specified by:
rebindin interfaceContext- Throws:
NamingException- See Also:
-
rebind
- Specified by:
rebindin interfaceContext- Throws:
NamingException- See Also:
-
rename
- Specified by:
renamein interfaceContext- Throws:
NamingException- See Also:
-
rename
- Specified by:
renamein interfaceContext- Throws:
NamingException- See Also:
-
createSubcontext
- Specified by:
createSubcontextin interfaceContext- Throws:
NamingException- See Also:
-
createSubcontext
- Specified by:
createSubcontextin interfaceContext- Throws:
NamingException- See Also:
-
getNameParser
- Specified by:
getNameParserin interfaceContext- Throws:
NamingException- See Also:
-
getNameParser
- Specified by:
getNameParserin interfaceContext- Throws:
NamingException- See Also:
-
list
- Specified by:
listin interfaceContext- Throws:
NamingException- See Also:
-
list
- Specified by:
listin interfaceContext- Throws:
NamingException- See Also:
-
listBindings
- Specified by:
listBindingsin interfaceContext- Throws:
NamingException- See Also:
-
listBindings
- Specified by:
listBindingsin interfaceContext- Throws:
NamingException- See Also:
-
addToEnvironment
- Specified by:
addToEnvironmentin interfaceContext- Throws:
NamingException- See Also:
-
composeName
- Specified by:
composeNamein interfaceContext- Throws:
NamingException- See Also:
-
composeName
- Specified by:
composeNamein interfaceContext- Throws:
NamingException- See Also:
-
getSuffix
- Throws:
NamingException
-
getSuffix
- Throws:
NamingException
-