Uses of Class
org.apache.jackrabbit.commons.AbstractRepository

Packages that use AbstractRepository
org.apache.jackrabbit.commons.repository   
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.jndi   
org.apache.jackrabbit.jca   
org.apache.jackrabbit.servlet   
 

Uses of AbstractRepository in org.apache.jackrabbit.commons.repository
 

Subclasses of AbstractRepository in org.apache.jackrabbit.commons.repository
 class EmptyRepository
          An empty repository with no descriptors and no workspaces.
 class JNDIRepository
          Proxy for a repository bound in JNDI.
 class ProxyRepository
          Repository that proxies all method calls to another repository.
 

Uses of AbstractRepository in org.apache.jackrabbit.core
 

Subclasses of AbstractRepository in org.apache.jackrabbit.core
 class RepositoryImpl
          A RepositoryImpl ...
 class TransientRepository
          A repository proxy that automatically initializes and shuts down the underlying repository instance when the first session is opened or the last one closed.
 

Uses of AbstractRepository in org.apache.jackrabbit.core.jndi
 

Subclasses of AbstractRepository in org.apache.jackrabbit.core.jndi
 class BindableRepository
          A referenceable and serializable content repository proxy.
 

Uses of AbstractRepository in org.apache.jackrabbit.jca
 

Subclasses of AbstractRepository in org.apache.jackrabbit.jca
 class JCARepositoryHandle
          This class implements the JCA implementation of repository.
 

Uses of AbstractRepository in org.apache.jackrabbit.servlet
 

Subclasses of AbstractRepository in org.apache.jackrabbit.servlet
 class ServletRepository
          Proxy for a repository bound in servlet context.
 



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