Package | Description |
---|---|
org.eclipse.jetty.jndi |
Jetty Jndi : Java Naming Directory Interface
|
org.eclipse.jetty.jndi.java |
Jetty Jndi : Mappings for java
|
org.eclipse.jetty.jndi.local |
Jetty Jndi : Mappings for local
|
Modifier and Type | Field and Description |
---|---|
protected NamingContext |
NamingContext._parent |
Modifier and Type | Method and Description |
---|---|
NamingContext |
ContextFactory.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.
|
Modifier and Type | Method and Description |
---|---|
javax.naming.Binding |
NamingContext.Listener.bind(NamingContext ctx,
javax.naming.Binding binding)
Called by
addBinding(Name, Object) when adding
a binding. |
void |
NamingContext.Listener.unbind(NamingContext ctx,
javax.naming.Binding binding) |
Constructor and Description |
---|
NamingContext(java.util.Hashtable<java.lang.String,java.lang.Object> env,
java.lang.String name,
NamingContext parent,
javax.naming.NameParser parser)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected static NamingContext |
javaRootURLContext.__nameRoot |
Modifier and Type | Method and Description |
---|---|
static NamingContext |
javaRootURLContext.getRoot() |
Modifier and Type | Field and Description |
---|---|
protected static NamingContext |
localContextRoot.__root |
Modifier and Type | Method and Description |
---|---|
static NamingContext |
localContextRoot.getRoot() |
Copyright © 1995–2023 Webtide. All rights reserved.