|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.NotificationThread
public class NotificationThread
Creates and sends customized emails to the appropriate members.
| Field Summary | |
|---|---|
static java.lang.String |
REVISION
|
| Constructor Summary | |
|---|---|
NotificationThread(int period)
Constructor, creates a new notification thread for the specified period. |
|
| Method Summary | |
|---|---|
void |
run()
|
void |
start()
Starts the Notification Thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REVISION
| Constructor Detail |
|---|
public NotificationThread(int period)
period - a period constant from : NotificationManager.MINUTED,
NotificationManager.HOURLY, NotificationManager.DAILY,
NotificationManager.WEEKLY or NotificationManager.MONTHLY| Method Detail |
|---|
public void start()
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||