com.evolveum.midpoint.repo.sql
Class SqlAuditServiceFactory

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.SqlAuditServiceFactory
All Implemented Interfaces:
AuditServiceFactory
Direct Known Subclasses:
TestSqlAuditServiceFactory

public class SqlAuditServiceFactory
extends Object
implements AuditServiceFactory

Author:
lazyman

Constructor Summary
SqlAuditServiceFactory()
           
 
Method Summary
 void destroy()
           
 void destroyService(AuditService service)
           
 AuditService getAuditService()
           
 SqlRepositoryFactory getRepositoryFactory()
           
 void init(org.apache.commons.configuration.Configuration config)
           
 void setRepositoryFactory(SqlRepositoryFactory repositoryFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlAuditServiceFactory

public SqlAuditServiceFactory()
Method Detail

getRepositoryFactory

public SqlRepositoryFactory getRepositoryFactory()

setRepositoryFactory

public void setRepositoryFactory(SqlRepositoryFactory repositoryFactory)

destroy

public void destroy()
             throws AuditServiceFactoryException
Specified by:
destroy in interface AuditServiceFactory
Throws:
AuditServiceFactoryException

init

public void init(org.apache.commons.configuration.Configuration config)
          throws AuditServiceFactoryException
Specified by:
init in interface AuditServiceFactory
Throws:
AuditServiceFactoryException

destroyService

public void destroyService(AuditService service)
                    throws AuditServiceFactoryException
Specified by:
destroyService in interface AuditServiceFactory
Throws:
AuditServiceFactoryException

getAuditService

public AuditService getAuditService()
                             throws AuditServiceFactoryException
Specified by:
getAuditService in interface AuditServiceFactory
Throws:
AuditServiceFactoryException


Copyright © 2013 evolveum. All Rights Reserved.