org.apache.jackrabbit.spi2jcr
Class Spi2jcrRepositoryServiceFactory
java.lang.Object
org.apache.jackrabbit.spi2jcr.Spi2jcrRepositoryServiceFactory
- All Implemented Interfaces:
- RepositoryServiceFactory
public class Spi2jcrRepositoryServiceFactory
- extends Object
- implements RepositoryServiceFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_REPOSITORY
public static final String PARAM_REPOSITORY
- Mandatory repository parameter: expects value to be an instance of
Repository.
- See Also:
- Constant Field Values
PARAM_BATCH_READ_CONFIG
public static final String PARAM_BATCH_READ_CONFIG
- Optional batch read configuration parameter. If it is present the value is
expected to be an instance of
BatchReadConfig.
- See Also:
- Constant Field Values
Spi2jcrRepositoryServiceFactory
public Spi2jcrRepositoryServiceFactory()
createRepositoryService
public RepositoryService createRepositoryService(Map<?,?> parameters)
throws RepositoryException
- Specified by:
createRepositoryService in interface RepositoryServiceFactory
- Throws:
RepositoryException
Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.