Package com.jalios.jcms.mail
Class MailFetcherAlarmEntry
- java.lang.Object
 - 
- com.jalios.jdring.AlarmEntry
 - 
- com.jalios.jcms.mail.MailFetcherAlarmEntry
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,java.lang.Comparable<java.lang.Object>
public class MailFetcherAlarmEntry extends AlarmEntry
- Version:
 - $Revision: 107554 $
 - Author:
 - Jean-Philippe Encausse
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION- 
Fields inherited from class com.jalios.jdring.AlarmEntry
alarmTime, dayOfMonth, dayOfWeek, hour, isRelative, isRepetitive, listener, minute, month, year 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MailFetcherAlarmEntry(AlarmListener listener, MailAccount account)MailFetcherAlarmEntry(AlarmListener listener, MailAccount account, boolean isRepetitive) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MailAccountgetAccount()- 
Methods inherited from class com.jalios.jdring.AlarmEntry
compareTo, equals, getListener, getNextAlarmDate, toString, updateAlarmTime 
 - 
 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
MailFetcherAlarmEntry
public MailFetcherAlarmEntry(AlarmListener listener, MailAccount account) throws PastDateException, java.text.ParseException
- Throws:
 PastDateExceptionjava.text.ParseException
 
- 
MailFetcherAlarmEntry
public MailFetcherAlarmEntry(AlarmListener listener, MailAccount account, boolean isRepetitive) throws PastDateException
- Throws:
 PastDateException
 
 - 
 
- 
Method Detail
- 
getAccount
public MailAccount getAccount()
 
 - 
 
 -