Uses of Class
org.eclipse.jetty.jndi.NamingContext
Packages that use NamingContext
Package
Description
Jetty Jndi : Java Naming Directory Interface
Jetty Jndi : Mappings for java
Jetty Jndi : Mappings for local
-
Uses of NamingContext in org.eclipse.jetty.jndi
Fields in org.eclipse.jetty.jndi declared as NamingContextMethods in org.eclipse.jetty.jndi that return NamingContextModifier and TypeMethodDescriptionContextFactory.newNamingContext
(Object obj, ClassLoader loader, Hashtable env, Name name, Context parentCtx) Create a new NamingContext.Methods in org.eclipse.jetty.jndi with parameters of type NamingContextModifier and TypeMethodDescriptionNamingContext.Listener.bind
(NamingContext ctx, Binding binding) Called byaddBinding(Name, Object)
when adding a binding.void
NamingContext.Listener.unbind
(NamingContext ctx, Binding binding) Constructors in org.eclipse.jetty.jndi with parameters of type NamingContextModifierConstructorDescriptionNamingContext
(Hashtable<String, Object> env, String name, NamingContext parent, NameParser parser) Constructorprotected
NamingContext
(Hashtable<String, Object> env, String name, NamingContext parent, NameParser parser, ConcurrentMap<String, Binding> bindings) -
Uses of NamingContext in org.eclipse.jetty.jndi.java
Fields in org.eclipse.jetty.jndi.java declared as NamingContextMethods in org.eclipse.jetty.jndi.java that return NamingContext -
Uses of NamingContext in org.eclipse.jetty.jndi.local
Fields in org.eclipse.jetty.jndi.local declared as NamingContextMethods in org.eclipse.jetty.jndi.local that return NamingContext