org.apache.jackrabbit.jcr2spi
Class Jcr2spiRepositoryFactory.RepositoryConfigImpl
java.lang.Object
org.apache.jackrabbit.jcr2spi.Jcr2spiRepositoryFactory.RepositoryConfigImpl
- All Implemented Interfaces:
- RepositoryConfig
- Enclosing class:
- Jcr2spiRepositoryFactory
public static class Jcr2spiRepositoryFactory.RepositoryConfigImpl
- extends Object
- implements RepositoryConfig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jcr2spiRepositoryFactory.RepositoryConfigImpl
public Jcr2spiRepositoryFactory.RepositoryConfigImpl(org.apache.jackrabbit.spi.RepositoryServiceFactory serviceFactory,
Map<?,?> parameters)
throws RepositoryException
- Throws:
RepositoryException
getCacheBehaviour
public CacheBehaviour getCacheBehaviour()
- Specified by:
getCacheBehaviour in interface RepositoryConfig
getItemCacheSize
public int getItemCacheSize()
- Specified by:
getItemCacheSize in interface RepositoryConfig
getPollTimeout
public int getPollTimeout()
- Description copied from interface:
RepositoryConfig
- Specifies an interval used for polling the
RepositoryService for changes.
- Specified by:
getPollTimeout in interface RepositoryConfig
- Returns:
- the poll timeout in milliseconds.
getRepositoryService
public org.apache.jackrabbit.spi.RepositoryService getRepositoryService()
throws RepositoryException
- Specified by:
getRepositoryService in interface RepositoryConfig
- Throws:
RepositoryException
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.