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

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

Uses of RepositoryContext in org.apache.jackrabbit.core
 

Fields in org.apache.jackrabbit.core declared as RepositoryContext
protected  RepositoryContext RepositoryImpl.context
           
protected  RepositoryContext SessionImpl.repositoryContext
          The component context of the repository that issued this session.
 

Constructors in org.apache.jackrabbit.core with parameters of type RepositoryContext
SessionImpl(RepositoryContext repositoryContext, AuthContext loginContext, WorkspaceConfig wspConfig)
          Protected constructor.
SessionImpl(RepositoryContext repositoryContext, Subject subject, WorkspaceConfig wspConfig)
          Protected constructor.
XASessionImpl(RepositoryContext repositoryContext, AuthContext loginContext, WorkspaceConfig wspConfig)
          Create a new instance of this class.
XASessionImpl(RepositoryContext repositoryContext, Subject subject, WorkspaceConfig wspConfig)
          Create a new instance of this class.
 

Uses of RepositoryContext in org.apache.jackrabbit.core.session
 

Methods in org.apache.jackrabbit.core.session that return RepositoryContext
 RepositoryContext SessionContext.getRepositoryContext()
          Returns the repository context of the session.
 

Constructors in org.apache.jackrabbit.core.session with parameters of type RepositoryContext
SessionContext(RepositoryContext repositoryContext, SessionImpl session, WorkspaceConfig workspaceConfig)
          Creates a component context for the given session.
 



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