|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.apps.groupspace.announcements.poller.AnnouncementTimerListener
public class AnnouncementTimerListener
AnnouncementTimerListener This implementation of TimerListener is responsible for polling for announcements that are:
Those announcements satisfying the above criteria will have a notification sent to members based on the announcement criteria.
| Method Summary | |
|---|---|
static Timer |
initialize(TimerManager mgr,
Date startTime,
long repeatIntervalMinutes)
Initializes this timer listener. |
void |
timerCancel(Timer timer)
Callback when the timer is cancelled. |
void |
timerExpired(Timer timer)
Callback from the TimerManager when the time expires. |
void |
timerStop(Timer timer)
Callback when timer is stopped. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final Timer initialize(TimerManager mgr,
Date startTime,
long repeatIntervalMinutes)
throws Exception
mgr - The timer manager to use to create the timer listener.startTime - The date/time of the first timerExpired callback. ** Required **repeatIntervalMinutes - The interval (in minutes) in which the callback is
invoked after startTime. Valid values are 0 <= repeatIntervalMinutes <= 1440(24 hours). A
value of 0 will cause the timer to execute once, at startTime. ** Required **
Exceptionpublic void timerExpired(Timer timer)
public void timerCancel(Timer timer)
public void timerStop(Timer timer)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||