fr.paris.lutece.plugins.mylutece.service
Class AbstractAnonymizationDaemon

java.lang.Object
  extended by fr.paris.lutece.portal.service.daemon.Daemon
      extended by fr.paris.lutece.plugins.mylutece.service.AbstractAnonymizationDaemon
All Implemented Interfaces:
Runnable

public abstract class AbstractAnonymizationDaemon
extends fr.paris.lutece.portal.service.daemon.Daemon

Daemon to anonymize users


Field Summary
 
Fields inherited from class fr.paris.lutece.portal.service.daemon.Daemon
RESULT_FAILED, RESULT_PROCESSING, RESULT_SUCCESS, RESULT_UNKNOWN, STATUS_RUNNING, STATUS_STOPPED
 
Constructor Summary
AbstractAnonymizationDaemon()
           
 
Method Summary
abstract  IAnonymizationService getAnonymizationService()
          Get the anonymization service implementation to use
abstract  String getDaemonName()
          Get the name of the daemon
 void run()
          
 
Methods inherited from class fr.paris.lutece.portal.service.daemon.Daemon
getLastRunLogs, getPluginName, getResult, setLastRunLogs, setPluginName, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAnonymizationDaemon

public AbstractAnonymizationDaemon()
Method Detail

getAnonymizationService

public abstract IAnonymizationService getAnonymizationService()
Get the anonymization service implementation to use

Returns:
The anonymization service

getDaemonName

public abstract String getDaemonName()
Get the name of the daemon

Returns:
The name of the daemon

run

public void run()



Copyright © 2014 Mairie de Paris. All Rights Reserved.