com.jalios.jcms.stat
Class CleaningAlarmListener

java.lang.Object
  extended by com.jalios.jcms.stat.CleaningAlarmListener
All Implemented Interfaces:
AlarmListener

public class CleaningAlarmListener
extends Object
implements AlarmListener

AlarmListener used to clean old export ressources

Since:
JCMS 6.3
Author:
Ludovic SMADJA

Field Summary
static String REVISION
           
 
Constructor Summary
CleaningAlarmListener(int retentionPeriod)
           
 
Method Summary
 void handleAlarm(AlarmEntry entry)
          Invoked when an alarm is triggered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

CleaningAlarmListener

public CleaningAlarmListener(int retentionPeriod)
Method Detail

handleAlarm

public void handleAlarm(AlarmEntry entry)
Description copied from interface: AlarmListener
Invoked when an alarm is triggered.

Specified by:
handleAlarm in interface AlarmListener
Parameters:
entry - the AlarmEntry which has been triggered.


Copyright © 2001-2010 Jalios SA. All Rights Reserved.