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

Author:
Michael C. Han, Bruno Farache

Constructor Summary
MessageSenderJob()
           
 
Method Summary
protected  void doExecute(org.quartz.JobExecutionContext jobExecutionContext)
           
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
           
protected  void notifyClusterMember(org.quartz.TriggerKey triggerKey, com.liferay.portal.kernel.scheduler.StorageType storageType)
           
protected  com.liferay.portal.kernel.scheduler.JobState updatePersistedJobState(com.liferay.portal.kernel.scheduler.JobState jobState, org.quartz.Trigger trigger)
           
 
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

doExecute

protected void doExecute(org.quartz.JobExecutionContext jobExecutionContext)
                  throws java.lang.Exception
Throws:
java.lang.Exception

notifyClusterMember

protected void notifyClusterMember(org.quartz.TriggerKey triggerKey,
                                   com.liferay.portal.kernel.scheduler.StorageType storageType)
                            throws java.lang.Exception
Throws:
java.lang.Exception

updatePersistedJobState

protected com.liferay.portal.kernel.scheduler.JobState updatePersistedJobState(com.liferay.portal.kernel.scheduler.JobState jobState,
                                                                               org.quartz.Trigger trigger)