- All Known Implementing Classes:
- Timer
- See Also:
- Source Code
Integer addNotification(String type,
String message,
Object userData,
Date date)
throws IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Integer addNotification(String type,
String message,
Object userData,
Date date,
long period)
throws IllegalArgumentException
- See Also:
-
addNotification(String, String, Object, Date, long, long,
boolean)
, Timer
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Integer addNotification(String type,
String message,
Object userData,
Date date,
long period,
long nbOccurences)
throws IllegalArgumentException
- See Also:
addNotification(String, String, Object, Date, long, long, boolean)
, Timer
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Integer addNotification(String type,
String message,
Object userData,
Date date,
long period,
long nbOccurences,
boolean fixedRate)
throws IllegalArgumentException
- See Also:
addNotification(String, String, Object, Date, long, long)
, Timer
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Vector getAllNotificationIDs()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Date getDate(Integer id)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Boolean getFixedRate(Integer id)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getNbNotifications()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Long getNbOccurences(Integer id)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Vector getNotificationIDs(String type)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getNotificationMessage(Integer id)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getNotificationType(Integer id)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Object getNotificationUserData(Integer id)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Long getPeriod(Integer id)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean getSendPastNotifications()
- See Also:
setSendPastNotifications(boolean)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isActive()
- See Also:
stop
, start
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isEmpty()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void removeAllNotifications()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void removeNotification(Integer id)
throws InstanceNotFoundException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void removeNotifications(String type)
throws InstanceNotFoundException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setSendPastNotifications(boolean value)
- See Also:
getSendPastNotifications()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void start()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void stop()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples