| 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(Object obj,
ClassLoader loader,
Hashtable env,
Name name,
Context parentCtx)
Create a new NamingContext.
|
| Modifier and Type | Method and Description |
|---|---|
Binding |
NamingContext.Listener.bind(NamingContext ctx,
Binding binding)
Called by
addBinding(Name, Object) when adding
a binding. |
void |
NamingContext.Listener.unbind(NamingContext ctx,
Binding binding) |
| Constructor and Description |
|---|
NamingContext(Hashtable<String,Object> env,
String name,
NamingContext parent,
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-2015 Webtide. All Rights Reserved.