Uses of Class
org.eclipse.jetty.jndi.NamingContext
-
Packages that use NamingContext Package Description org.eclipse.jetty.jndi Jetty Jndi : Java Naming Directory Interfaceorg.eclipse.jetty.jndi.java Jetty Jndi : Mappings for javaorg.eclipse.jetty.jndi.local Jetty Jndi : Mappings for local -
-
Uses of NamingContext in org.eclipse.jetty.jndi
Fields in org.eclipse.jetty.jndi declared as NamingContext Modifier and Type Field Description protected NamingContextNamingContext. _parentMethods in org.eclipse.jetty.jndi that return NamingContext Modifier and Type Method Description NamingContextContextFactory. 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 NamingContext Modifier and Type Method Description BindingNamingContext.Listener. bind(NamingContext ctx, Binding binding)Called byaddBinding(Name, Object)when adding a binding.voidNamingContext.Listener. unbind(NamingContext ctx, Binding binding)Constructors in org.eclipse.jetty.jndi with parameters of type NamingContext Constructor Description NamingContext(Hashtable<String,Object> env, String name, NamingContext parent, NameParser parser)Constructor -
Uses of NamingContext in org.eclipse.jetty.jndi.java
Fields in org.eclipse.jetty.jndi.java declared as NamingContext Modifier and Type Field Description protected static NamingContextjavaRootURLContext. __nameRootMethods in org.eclipse.jetty.jndi.java that return NamingContext Modifier and Type Method Description static NamingContextjavaRootURLContext. getRoot() -
Uses of NamingContext in org.eclipse.jetty.jndi.local
Fields in org.eclipse.jetty.jndi.local declared as NamingContext Modifier and Type Field Description protected static NamingContextlocalContextRoot. __rootMethods in org.eclipse.jetty.jndi.local that return NamingContext Modifier and Type Method Description static NamingContextlocalContextRoot. getRoot()
-