Uses of Class
com.caucho.naming.AbstractModel

Packages that use AbstractModel
com.caucho.ejb.hessian   
com.caucho.ejb.protocol   
com.caucho.naming   
com.caucho.naming.burlap   
com.caucho.naming.hessian   
com.caucho.naming.mbean   
com.caucho.servlets.naming   
 

Uses of AbstractModel in com.caucho.ejb.hessian
 

Subclasses of AbstractModel in com.caucho.ejb.hessian
 class HessianModel
          JNDI context for Hessian home objects.
 

Methods in com.caucho.ejb.hessian that return AbstractModel
 AbstractModel HessianModel.copy()
          Creates a new instance of HessianModel.
 

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

Uses of AbstractModel in com.caucho.ejb.protocol
 

Fields in com.caucho.ejb.protocol declared as AbstractModel
protected  AbstractModel NamingProxy._namingModel
           
 

Constructors in com.caucho.ejb.protocol with parameters of type AbstractModel
NamingProxy(AbstractModel namingModel)
          Creates a new LinkProxy.
 

Uses of AbstractModel in com.caucho.naming
 

Subclasses of AbstractModel in com.caucho.naming
 class EnvironmentModel
          Environment based model for JNDI.
 class MemoryModel
          Memory based model for JNDI.
 

Fields in com.caucho.naming declared as AbstractModel
protected  AbstractModel ContextImpl._model
           
 

Methods in com.caucho.naming that return AbstractModel
 AbstractModel AbstractModel.copy()
          This is a deep copy.
protected  AbstractModel AbstractModel.create()
           
protected  AbstractModel EnvironmentModel.create()
          Creates a new instance of EnvironmentModel.
protected  AbstractModel MemoryModel.create()
          Creates a new instance of MemoryModel.
static AbstractModel InitialContextFactoryImpl.createRoot()
           
 AbstractModel AbstractModel.createSubcontext(java.lang.String name)
          Creates a subcontext for the model.
 AbstractModel EnvironmentModel.createSubcontext(java.lang.String name)
          Creates a subcontext.
 AbstractModel MemoryModel.createSubcontext(java.lang.String name)
          Creates a subcontext.
static AbstractModel InitialContextFactoryImpl.getContextModel()
          Sets the model for the current class loader.
 AbstractModel ContextImpl.getModel()
          Returns the underlying storage node.
 

Methods in com.caucho.naming with parameters of type AbstractModel
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.
static void InitialContextFactoryImpl.setContextModel(AbstractModel model)
          Sets the model for the current class loader.
 

Constructors in com.caucho.naming with parameters of type AbstractModel
ContextImpl(AbstractModel model, java.util.Hashtable<java.lang.String,java.lang.Object> env)
          Creates a ContextImpl.
ContextImpl(java.lang.String name, AbstractModel model, java.util.Hashtable<java.lang.String,java.lang.Object> env)
          Creates a ContextImpl.
DirContextImpl(AbstractModel model, java.util.Hashtable env)
          Creates a DirContextImpl.
DirContextImpl(java.lang.String name, AbstractModel model, java.util.Hashtable env)
          Creates a DirContextImpl.
 

Uses of AbstractModel in com.caucho.naming.burlap
 

Subclasses of AbstractModel in com.caucho.naming.burlap
 class BurlapModel
          Memory based model for JNDI.
 

Methods in com.caucho.naming.burlap that return AbstractModel
protected  AbstractModel BurlapModel.create()
          Creates a new instance of MemoryModel.
 

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

Constructors in com.caucho.naming.burlap with parameters of type AbstractModel
BurlapContextImpl(AbstractModel model, java.util.Hashtable env)
          Creates a ContextImpl.
BurlapContextImpl(java.lang.String name, AbstractModel model, java.util.Hashtable env)
          Creates a ContextImpl.
 

Uses of AbstractModel in com.caucho.naming.hessian
 

Methods in com.caucho.naming.hessian that return AbstractModel
protected  AbstractModel HessianModel.create()
          Creates a new instance of MemoryModel.
 

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

Constructors in com.caucho.naming.hessian with parameters of type AbstractModel
HessianContextImpl(AbstractModel model, java.util.Hashtable env)
          Creates a ContextImpl.
HessianContextImpl(java.lang.String name, AbstractModel model, java.util.Hashtable env)
          Creates a ContextImpl.
 

Uses of AbstractModel in com.caucho.naming.mbean
 

Subclasses of AbstractModel in com.caucho.naming.mbean
 class MBeanModel
          Memory based model for JNDI.
 

Methods in com.caucho.naming.mbean that return AbstractModel
protected  AbstractModel MBeanModel.create()
          Creates a new instance of MemoryModel.
 

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

Constructors in com.caucho.naming.mbean with parameters of type AbstractModel
MBeanContextImpl(AbstractModel model, java.util.Hashtable env)
          Creates a ContextImpl.
MBeanContextImpl(java.lang.String name, AbstractModel model, java.util.Hashtable env)
          Creates a ContextImpl.
 

Uses of AbstractModel in com.caucho.servlets.naming
 

Methods in com.caucho.servlets.naming that return AbstractModel
protected  AbstractModel HessianModel.create()
          Creates a new instance of HessianModel.
 AbstractModel HessianModel.createSubcontext(java.lang.String name)
          Creates a subcontext.