org.apache.jackrabbit.jcr2spi.config
Interface RepositoryConfig


public interface RepositoryConfig

This class bundles the information required by JCR2SPI to bootstrap an SPI implementation.

Instances of this class should implement Referenceable in order to make JCR2SPI's Repository itself referenceable.


Method Summary
 CacheBehaviour getCacheBehaviour()
           
 String getDefaultWorkspaceName()
           
 RepositoryService getRepositoryService()
           
 

Method Detail

getRepositoryService

RepositoryService getRepositoryService()
                                       throws RepositoryException
Throws:
RepositoryException

getDefaultWorkspaceName

String getDefaultWorkspaceName()

getCacheBehaviour

CacheBehaviour getCacheBehaviour()


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