com.solidstategroup.messaging.scheduler
Class EmailConsumer
java.lang.Object
com.solidstategroup.messaging.scheduler.EmailConsumer
- All Implemented Interfaces:
- org.quartz.Job
public class EmailConsumer
- extends java.lang.Object
- implements org.quartz.Job
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailConsumer
public EmailConsumer()
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
execute in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
setNumberOfEmailsToConsume
public static void setNumberOfEmailsToConsume(int thisNumberOfEmailsToConsume)
getNumberOfEmailsToConsume
public static int getNumberOfEmailsToConsume()
getDocumentLocation
public static java.lang.String getDocumentLocation()
setDocumentLocation
public static void setDocumentLocation(java.lang.String documentLocation)