public class ResequencingJob extends Object implements org.quartz.Job
| Constructor and Description | 
|---|
ResequencingJob()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(org.quartz.JobExecutionContext jobExecutionContext)
This method will takes the necessary parameters from parameter list and do the resequencing
 Resequencing is done through reading messages until the next-to-send message is found
 If required is not found then waits until the next instance is created. 
 | 
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
             throws org.quartz.JobExecutionException
execute in interface org.quartz.JobjobExecutionContext - - a bundle with information related to environmentorg.quartz.JobExecutionException - - to indicate Quartz scheduler that an error occurred while executing the jobCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.