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   
 

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 ...
 

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.
 



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