com.evolveum.midpoint.audit.impl
Class LoggerAuditServiceFactory

java.lang.Object
  extended by com.evolveum.midpoint.audit.impl.LoggerAuditServiceFactory
All Implemented Interfaces:
AuditServiceFactory

public class LoggerAuditServiceFactory
extends Object
implements AuditServiceFactory

Author:
lazyman

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

Constructor Detail

LoggerAuditServiceFactory

public LoggerAuditServiceFactory()
Method Detail

getAuditService

public AuditService getAuditService()
Specified by:
getAuditService in interface AuditServiceFactory

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


Copyright © 2013 evolveum. All Rights Reserved.