com.jalios.jcms.mail
Class MailFetcherAlarmEntry

java.lang.Object
  extended by com.jalios.jdring.AlarmEntry
      extended by com.jalios.jcms.mail.MailFetcherAlarmEntry
All Implemented Interfaces:
Serializable, Comparable

public class MailFetcherAlarmEntry
extends AlarmEntry

Version:
$Revision: 23813 $
Author:
Jean-Philippe Encausse
See Also:
Serialized Form

Field Summary
static String REVISION
           
 
Fields inherited from class com.jalios.jdring.AlarmEntry
alarmTime, dayOfMonth, dayOfWeek, hour, isRelative, isRepetitive, listener, minute, month, year
 
Constructor Summary
MailFetcherAlarmEntry(AlarmListener listener, MailAccount account)
           
MailFetcherAlarmEntry(AlarmListener listener, MailAccount account, boolean isRepetitive)
           
 
Method Summary
 MailAccount getAccount()
           
 
Methods inherited from class com.jalios.jdring.AlarmEntry
compareTo, equals, getNextAlarmDate, toString, updateAlarmTime
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REVISION

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

MailFetcherAlarmEntry

public MailFetcherAlarmEntry(AlarmListener listener,
                             MailAccount account)
                      throws PastDateException
Throws:
PastDateException

MailFetcherAlarmEntry

public MailFetcherAlarmEntry(AlarmListener listener,
                             MailAccount account,
                             boolean isRepetitive)
                      throws PastDateException
Throws:
PastDateException
Method Detail

getAccount

public MailAccount getAccount()


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