com.solidstategroup.messaging.scheduler
Class EmailConsumer

java.lang.Object
  extended by com.solidstategroup.messaging.scheduler.EmailConsumer
All Implemented Interfaces:
org.quartz.Job

public class EmailConsumer
extends java.lang.Object
implements org.quartz.Job


Constructor Summary
EmailConsumer()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobExecutionContext)
           
static java.lang.String getDocumentLocation()
           
static int getNumberOfEmailsToConsume()
           
static void setDocumentLocation(java.lang.String documentLocation)
           
static void setNumberOfEmailsToConsume(int thisNumberOfEmailsToConsume)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailConsumer

public EmailConsumer()
Method Detail

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)