com.evolveum.midpoint.repo.api
Interface RepositoryServiceFactory

All Superinterfaces:
RuntimeConfiguration
All Known Implementing Classes:
XmlRepositoryServiceFactory

public interface RepositoryServiceFactory
extends RuntimeConfiguration


Method Summary
 void destroy()
           
 RepositoryService getRepositoryService()
           
 void init()
           
 void setConfiguration(org.apache.commons.configuration.Configuration config)
           
 
Methods inherited from interface com.evolveum.midpoint.common.configuration.api.RuntimeConfiguration
getComponentId, getCurrentConfiguration
 

Method Detail

init

void init()
          throws RepositoryServiceFactoryException
Throws:
RepositoryServiceFactoryException

destroy

void destroy()
             throws RepositoryServiceFactoryException
Throws:
RepositoryServiceFactoryException

getRepositoryService

RepositoryService getRepositoryService()
                                       throws RepositoryServiceFactoryException
Throws:
RepositoryServiceFactoryException

setConfiguration

void setConfiguration(org.apache.commons.configuration.Configuration config)


Copyright © 2012 evolveum. All Rights Reserved.