org.apache.jackrabbit.spi
Interface RepositoryServiceFactory
public interface RepositoryServiceFactory
Factory for creating RepositoryService instances. Implementations must
provide a no argument constructor.
createRepositoryService
RepositoryService createRepositoryService(java.util.Map<?,?> parameters)
throws RepositoryException
- Create a new
RepositoryService. If the factory does not understand the
passed parameters it must return null.
- Parameters:
parameters - implementation specific set of parameters
- Returns:
- a fresh
RepositoryService instance or null.
- Throws:
RepositoryException - If there was an error creating the
RepositoryService instance
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.