Uses of Class
org.apache.jackrabbit.core.RepositoryImpl

Packages that use RepositoryImpl
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
 

Uses of RepositoryImpl in org.apache.jackrabbit.core
 

Fields in org.apache.jackrabbit.core declared as RepositoryImpl
protected  RepositoryImpl ItemImpl.rep
          the Repository object
protected  RepositoryImpl WorkspaceImpl.rep
          The repository that created this workspace instance
protected  RepositoryImpl SessionImpl.rep
          the repository that issued this session
 

Methods in org.apache.jackrabbit.core that return RepositoryImpl
static RepositoryImpl RepositoryImpl.create(RepositoryConfig config)
          Creates a new RepositoryImpl instance.
 RepositoryImpl TransientRepository.RepositoryFactory.getRepository()
          Creates and intializes a repository instance.
 

Methods in org.apache.jackrabbit.core with parameters of type RepositoryImpl
protected  WorkspaceImpl XASessionImpl.createWorkspaceInstance(WorkspaceConfig wspConfig, SharedItemStateManager stateMgr, RepositoryImpl rep, SessionImpl session)
          Creates the workspace instance backing this session.
protected  VersionManager XASessionImpl.createVersionManager(RepositoryImpl rep)
          Create the version manager. If we are not using XA, we may safely use the repository version manager.
protected  WorkspaceImpl SessionImpl.createWorkspaceInstance(WorkspaceConfig wspConfig, SharedItemStateManager stateMgr, RepositoryImpl rep, SessionImpl session)
          Creates the workspace instance backing this session.
protected  VersionManager SessionImpl.createVersionManager(RepositoryImpl rep)
          Create the version manager.
 

Constructors in org.apache.jackrabbit.core with parameters of type RepositoryImpl
WorkspaceImpl(WorkspaceConfig wspConfig, SharedItemStateManager stateMgr, RepositoryImpl rep, SessionImpl session)
          Protected constructor.
XASessionImpl(RepositoryImpl rep, AuthContext loginContext, WorkspaceConfig wspConfig)
          Create a new instance of this class.
XASessionImpl(RepositoryImpl rep, Subject subject, WorkspaceConfig wspConfig)
          Create a new instance of this class.
XAWorkspace(WorkspaceConfig wspConfig, SharedItemStateManager stateMgr, RepositoryImpl rep, SessionImpl session)
          Protected constructor.
SessionImpl(RepositoryImpl rep, AuthContext loginContext, WorkspaceConfig wspConfig)
          Protected constructor.
SessionImpl(RepositoryImpl rep, Subject subject, WorkspaceConfig wspConfig)
          Protected constructor.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.