com.jalios.jcms
Class NotificationThread

java.lang.Object
  extended by com.jalios.jcms.NotificationThread
All Implemented Interfaces:
Runnable

public class NotificationThread
extends Object
implements Runnable

Creates and sends customized emails to the appropriate members.

Version:
$Revision: 34837 $

Field Summary
static 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

REVISION

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

NotificationThread

public NotificationThread(int period)
Constructor, creates a new notification thread for the specified period. This constructors will not perform any heavy processing, you must invoke method start() to launch thread.

Parameters:
period - a period constant from : NotificationManager.MINUTED, NotificationManager.HOURLY, NotificationManager.DAILY, NotificationManager.WEEKLY or NotificationManager.MONTHLY
Method Detail

start

public void start()
Starts the Notification Thread.


run

public void run()
Specified by:
run in interface Runnable


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