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
Jetty Plus : Limited Additional JEE Webapp Support
-
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 byNamingContext.addBinding(Name, Object)when adding a binding.voidNamingContext.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) ConstructorprotectedNamingContext(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
Subclasses of NamingContext in org.eclipse.jetty.jndi.localFields in org.eclipse.jetty.jndi.local declared as NamingContextMethods in org.eclipse.jetty.jndi.local that return NamingContext -
Uses of NamingContext in org.eclipse.jetty.plus.webapp
Fields in org.eclipse.jetty.plus.webapp declared as NamingContextModifier and TypeFieldDescription(package private) final NamingContextEnvConfiguration.Bound._contextConstructors in org.eclipse.jetty.plus.webapp with parameters of type NamingContext