com.evolveum.midpoint.test
Class DummyAuditServiceFactory
java.lang.Object
com.evolveum.midpoint.test.DummyAuditServiceFactory
- All Implemented Interfaces:
- AuditServiceFactory
public class DummyAuditServiceFactory
- extends Object
- implements AuditServiceFactory
Factory for DummyAuditService. Only for test use.
- Author:
- semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyAuditServiceFactory
public DummyAuditServiceFactory()
getAuditService
public AuditService getAuditService()
throws AuditServiceFactoryException
- Specified by:
getAuditService
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
destroy
public void destroy()
throws AuditServiceFactoryException
- Specified by:
destroy
in interface AuditServiceFactory
- Throws:
AuditServiceFactoryException
destroyService
public void destroyService(AuditService service)
throws AuditServiceFactoryException
- Specified by:
destroyService
in interface AuditServiceFactory
- Throws:
AuditServiceFactoryException
Copyright © 2013 evolveum. All Rights Reserved.