Uses of Class
com.caucho.naming.ContextImpl

Packages that use ContextImpl
com.caucho.ejb.hessian   
com.caucho.naming   
com.caucho.naming.burlap   
com.caucho.naming.hessian   
com.caucho.naming.mbean   
 

Uses of ContextImpl in com.caucho.ejb.hessian
 

Subclasses of ContextImpl in com.caucho.ejb.hessian
 class HessianContext
          JNDI context for Hessian requests.
 

Methods in com.caucho.ejb.hessian that return ContextImpl
protected  ContextImpl HessianContext.create(java.lang.String name, AbstractModel model, java.util.Hashtable env)
          Creates a new instance of the hessian context.
 

Uses of ContextImpl in com.caucho.naming
 

Subclasses of ContextImpl in com.caucho.naming
 class DirContextImpl
          Resin's implementation of the JNDI DirContext.
 

Methods in com.caucho.naming that return ContextImpl
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.
 

Uses of ContextImpl in com.caucho.naming.burlap
 

Subclasses of ContextImpl in com.caucho.naming.burlap
 class BurlapContextImpl
          Burlap implementation of the JNDI Context.
 

Methods in com.caucho.naming.burlap that return ContextImpl
protected  ContextImpl BurlapContextImpl.create(java.lang.String name, AbstractModel model, java.util.Hashtable env)
          Creates a new instance of the ContextImpl.
 

Uses of ContextImpl in com.caucho.naming.hessian
 

Subclasses of ContextImpl in com.caucho.naming.hessian
 class HessianContextImpl
          Hessian implementation of the JNDI Context.
 

Methods in com.caucho.naming.hessian that return ContextImpl
protected  ContextImpl HessianContextImpl.create(java.lang.String name, AbstractModel model, java.util.Hashtable env)
          Creates a new instance of the ContextImpl.
 

Uses of ContextImpl in com.caucho.naming.mbean
 

Subclasses of ContextImpl in com.caucho.naming.mbean
 class MBeanContextImpl
          MBean implementation of the JNDI Context.
 

Methods in com.caucho.naming.mbean that return ContextImpl
protected  ContextImpl MBeanContextImpl.create(java.lang.String name, AbstractModel model, java.util.Hashtable env)
          Creates a new instance of the ContextImpl.