public class MessageSenderJob
extends java.lang.Object
implements org.quartz.Job
| Constructor and Description |
|---|
MessageSenderJob() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(org.quartz.JobExecutionContext jobExecutionContext) |
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
protected void |
notifyClusterMember(org.quartz.JobKey jobKey,
com.liferay.portal.kernel.scheduler.StorageType storageType) |
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
execute in interface org.quartz.Jobprotected void doExecute(org.quartz.JobExecutionContext jobExecutionContext)
throws java.lang.Exception
java.lang.Exceptionprotected void notifyClusterMember(org.quartz.JobKey jobKey,
com.liferay.portal.kernel.scheduler.StorageType storageType)
throws java.lang.Exception
java.lang.Exception