com.liferay.portal.scheduler.job
Class MessageSenderJob
java.lang.Object
com.liferay.portal.scheduler.job.MessageSenderJob
- All Implemented Interfaces:
- org.quartz.Job
public class MessageSenderJob
- extends Object
- implements org.quartz.Job
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageSenderJob
public MessageSenderJob()
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(String jobName,
String groupName,
StorageType storageType)
throws Exception
- Throws:
Exception
updatePersistedJobState
protected JobState updatePersistedJobState(JobState jobState,
org.quartz.Trigger trigger)