com.evolveum.midpoint.audit.api
Interface AuditServiceFactory
- All Known Implementing Classes:
- DummyAuditServiceFactory, LoggerAuditServiceFactory, SqlAuditServiceFactory
public interface AuditServiceFactory
- Author:
- lazyman
init
void init(org.apache.commons.configuration.Configuration config)
throws AuditServiceFactoryException
- Throws:
AuditServiceFactoryException
destroy
void destroy()
throws AuditServiceFactoryException
- Throws:
AuditServiceFactoryException
destroyService
void destroyService(AuditService service)
throws AuditServiceFactoryException
- Throws:
AuditServiceFactoryException
getAuditService
AuditService getAuditService()
throws AuditServiceFactoryException
- Throws:
AuditServiceFactoryException
Copyright © 2012 evolveum. All Rights Reserved.