Package | Description |
---|---|
com.caucho.ejb.hessian | |
com.caucho.naming | |
com.caucho.naming.burlap | |
com.caucho.naming.hessian | |
com.caucho.naming.mbean |
Modifier and Type | Class and Description |
---|---|
class |
HessianContext
JNDI context for Hessian requests.
|
Modifier and Type | Method and Description |
---|---|
protected ContextImpl |
HessianContext.create(java.lang.String name,
AbstractModel model,
java.util.Hashtable env)
Creates a new instance of the hessian context.
|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
BurlapContextImpl
Burlap implementation of the JNDI
Context . |
Modifier and Type | Method and Description |
---|---|
protected ContextImpl |
BurlapContextImpl.create(java.lang.String name,
AbstractModel model,
java.util.Hashtable env)
Creates a new instance of the
ContextImpl . |
Modifier and Type | Class and Description |
---|---|
class |
HessianContextImpl
Hessian implementation of the JNDI
Context . |
Modifier and Type | Method and Description |
---|---|
protected ContextImpl |
HessianContextImpl.create(java.lang.String name,
AbstractModel model,
java.util.Hashtable env)
Creates a new instance of the
ContextImpl . |
Modifier and Type | Class and Description |
---|---|
class |
MBeanContextImpl
MBean implementation of the JNDI
Context . |
Modifier and Type | Method and Description |
---|---|
protected ContextImpl |
MBeanContextImpl.create(java.lang.String name,
AbstractModel model,
java.util.Hashtable env)
Creates a new instance of the
ContextImpl . |