com.evolveum.midpoint.repo.api
Interface RepositoryServiceFactory

All Known Implementing Classes:
RepositoryCacheFactory, SqlRepositoryFactory, TestSqlRepositoryFactory

public interface RepositoryServiceFactory


Method Summary
 void destroy()
           
 void destroyService(RepositoryService service)
           
 RepositoryService getRepositoryService()
           
 void init(org.apache.commons.configuration.Configuration configuration)
           
 

Method Detail

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 © 2013 evolveum. All Rights Reserved.