| Package | Description |
|---|---|
| com.caucho.naming |
| Modifier and Type | Class and Description |
|---|---|
class |
DirContextImpl
Resin's implementation of the JNDI
DirContext. |
| Modifier and Type | Method and Description |
|---|---|
protected ContextImpl |
ContextImpl.create(AbstractModel model,
java.util.Hashtable<java.lang.String,java.lang.Object> env)
Creates a new
ContextImpl when the name is irrelevant. |
protected ContextImpl |
DirContextImpl.create(java.lang.String name,
AbstractModel model,
java.util.Hashtable env)
Creates a new instance of the
ContextImpl. |
protected ContextImpl |
ContextImpl.create(java.lang.String name,
AbstractModel model,
java.util.Hashtable<java.lang.String,java.lang.Object> env)
Creates a new instance of the
ContextImpl. |