Package com.jalios.jcms.fileprocessor
Class FileProcessorPostponedAlarmListener
- java.lang.Object
-
- com.jalios.jcms.db.TransactionalAlarmListener
-
- com.jalios.jcms.fileprocessor.FileProcessorPostponedAlarmListener
-
- All Implemented Interfaces:
AlarmListener
public class FileProcessorPostponedAlarmListener extends TransactionalAlarmListener
For one Repository configured, there is one instance of this AlarmListener registered in a corresponding AlarmManager.- Since:
- jcms-9.0.2 JCMS-4502
- Version:
- $Revision: 87478 $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
REVISION
-
Constructor Summary
Constructors Constructor Description FileProcessorPostponedAlarmListener(Repository repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleTransactionalAlarm(AlarmEntry entry)
Method to be implemented by subclass.-
Methods inherited from class com.jalios.jcms.db.TransactionalAlarmListener
handleAlarm
-
-
-
-
Field Detail
-
REVISION
public static final java.lang.String REVISION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FileProcessorPostponedAlarmListener
public FileProcessorPostponedAlarmListener(Repository repository) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
handleTransactionalAlarm
public void handleTransactionalAlarm(AlarmEntry entry)
Description copied from class:TransactionalAlarmListener
Method to be implemented by subclass.Invoked when an alarm is triggered.
- Specified by:
handleTransactionalAlarm
in classTransactionalAlarmListener
- Parameters:
entry
- the AlarmEntry which has been triggered.
-
-