com.evolveum.midpoint.repo.cache
Class RepositoryCacheFactory

java.lang.Object
  extended by com.evolveum.midpoint.repo.cache.RepositoryCacheFactory
All Implemented Interfaces:
RepositoryServiceFactory

public class RepositoryCacheFactory
extends Object
implements RepositoryServiceFactory

Author:
lazyman

Constructor Summary
RepositoryCacheFactory()
           
 
Method Summary
 void destroy()
           
 void destroyService(RepositoryService service)
           
 RepositoryService getRepositoryService()
           
 void init(org.apache.commons.configuration.Configuration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryCacheFactory

public RepositoryCacheFactory()
Method Detail

destroy

public void destroy()
             throws RepositoryServiceFactoryException
Specified by:
destroy in interface RepositoryServiceFactory
Throws:
RepositoryServiceFactoryException

init

public void init(org.apache.commons.configuration.Configuration configuration)
          throws RepositoryServiceFactoryException
Specified by:
init in interface RepositoryServiceFactory
Throws:
RepositoryServiceFactoryException

destroyService

public void destroyService(RepositoryService service)
                    throws RepositoryServiceFactoryException
Specified by:
destroyService in interface RepositoryServiceFactory
Throws:
RepositoryServiceFactoryException

getRepositoryService

public RepositoryService getRepositoryService()
                                       throws RepositoryServiceFactoryException
Specified by:
getRepositoryService in interface RepositoryServiceFactory
Throws:
RepositoryServiceFactoryException


Copyright © 2013 evolveum. All Rights Reserved.