public class HessianContext extends ContextImpl
Modifier and Type | Method and Description |
---|---|
protected ContextImpl |
create(java.lang.String name,
AbstractModel model,
java.util.Hashtable env)
Creates a new instance of the hessian context.
|
addToEnvironment, bind, bind, close, composeName, composeName, create, createSingleSubcontext, createSubcontext, createSubcontext, destroySingleSubcontext, destroySubcontext, destroySubcontext, getEnvironment, getFullPath, getFullPath, getModel, getName, getNameInNamespace, getNameParser, getNameParser, getSeparator, getSeparatorString, list, list, listBindings, listBindings, listSingle, lookup, lookup, lookupImpl, lookupLink, lookupLink, lookupSingle, parseFirst, parseRest, rebind, rebind, rebindSingle, removeFromEnvironment, rename, rename, toString, unbind, unbind, unbindSingle
protected ContextImpl create(java.lang.String name, AbstractModel model, java.util.Hashtable env)
create
in class ContextImpl
name
- the JNDI name for the new contextmodel
- the underlying storage nodeenv
- the client's JNDI environment.