com.evolveum.midpoint.repo.api
Interface RepositoryServiceFactory
- All Known Implementing Classes:
- RepositoryCacheFactory, SqlRepositoryFactory
public interface RepositoryServiceFactory
init
void init(org.apache.commons.configuration.Configuration configuration)
throws RepositoryServiceFactoryException
- Throws:
RepositoryServiceFactoryException
destroy
void destroy()
throws RepositoryServiceFactoryException
- Throws:
RepositoryServiceFactoryException
destroyService
void destroyService(RepositoryService service)
throws RepositoryServiceFactoryException
- Throws:
RepositoryServiceFactoryException
getRepositoryService
RepositoryService getRepositoryService()
throws RepositoryServiceFactoryException
- Throws:
RepositoryServiceFactoryException
Copyright © 2012 evolveum. All Rights Reserved.