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(java.lang.Object obj, java.lang.ClassLoader loader, java.util.Hashtable env, javax.naming.Name name, javax.naming.Context parentCtx)Create a new NamingContext.Methods in org.eclipse.jetty.jndi with parameters of type NamingContext Modifier and Type Method Description javax.naming.BindingNamingContext.Listener. bind(NamingContext ctx, javax.naming.Binding binding)Called byaddBinding(Name, Object)when adding a binding.voidNamingContext.Listener. unbind(NamingContext ctx, javax.naming.Binding binding)Constructors in org.eclipse.jetty.jndi with parameters of type NamingContext Constructor Description NamingContext(java.util.Hashtable<java.lang.String,java.lang.Object> env, java.lang.String name, NamingContext parent, javax.naming.NameParser parser)ConstructorNamingContext(java.util.Hashtable<java.lang.String,java.lang.Object> env, java.lang.String name, NamingContext parent, javax.naming.NameParser parser, java.util.concurrent.ConcurrentMap<java.lang.String,javax.naming.Binding> bindings) -
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()
-