Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.database
Class EmailWatchUpdateTask

java.lang.Object
  extended by com.jivesoftware.forum.database.EmailWatchUpdateTask
All Implemented Interfaces:
java.lang.Runnable

public class EmailWatchUpdateTask
extends java.lang.Object
implements java.lang.Runnable

A task that sends out email notifications for watches.


Constructor Summary
EmailWatchUpdateTask(int objectType, ForumMessage message, long[] users)
          Creates a new email watch update task.
 
Method Summary
 void run()
          Executes the task by loading a list of watches and sending emails.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailWatchUpdateTask

public EmailWatchUpdateTask(int objectType,
                            ForumMessage message,
                            long[] users)
Creates a new email watch update task.

Method Detail

run

public void run()
Executes the task by loading a list of watches and sending emails.

Specified by:
run in interface java.lang.Runnable

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.