| 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 | Description |
|---|---|---|
protected NamingContext |
NamingContext._parent |
| Modifier and Type | Method | 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 | 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 | 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 | Description |
|---|---|---|
protected static NamingContext |
javaRootURLContext.__nameRoot |
| Modifier and Type | Method | Description |
|---|---|---|
static NamingContext |
javaRootURLContext.getRoot() |
| Modifier and Type | Field | Description |
|---|---|---|
protected static NamingContext |
localContextRoot.__root |
| Modifier and Type | Method | Description |
|---|---|---|
static NamingContext |
localContextRoot.getRoot() |
Copyright © 1995–2017 Webtide. All rights reserved.