Liferay 6.2-ce-ga5

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 Object
implements org.quartz.Job


Constructor Summary
MessageSenderJob()
           
 
Method Summary
protected  void doExecute(org.quartz.JobExecutionContext jobExecutionContext)
           
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
           
protected  void notifyClusterMember(org.quartz.JobKey jobKey, StorageType storageType)
           
 
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 Exception
Throws:
Exception

notifyClusterMember

protected void notifyClusterMember(org.quartz.JobKey jobKey,
                                   StorageType storageType)
                            throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5