com.evolveum.midpoint.repo.sql
Class SqlAuditServiceFactory
java.lang.Object
com.evolveum.midpoint.repo.sql.SqlAuditServiceFactory
- All Implemented Interfaces:
- AuditServiceFactory
- Direct Known Subclasses:
- TestSqlAuditServiceFactory
public class SqlAuditServiceFactory
- extends Object
- implements AuditServiceFactory
- Author:
- lazyman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlAuditServiceFactory
public SqlAuditServiceFactory()
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.