com.liferay.portal.scheduler.job
Class MessageSenderJob

java.lang.Object
  extended by com.liferay.portal.scheduler.job.MessageSenderJob
All Implemented Interfaces:
org.quartz.Job

public class MessageSenderJob
extends java.lang.Object
implements org.quartz.Job

View Source

Author:
Michael C. Han, Bruno Farache

Constructor Summary
MessageSenderJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageSenderJob

public MessageSenderJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext jobExecutionContext)
Specified by:
execute in interface org.quartz.Job