org.kuali.rice.ksb.messaging.quartz
Class MessageServiceExecutorJob

java.lang.Object
  extended by org.kuali.rice.ksb.messaging.quartz.MessageServiceExecutorJob
All Implemented Interfaces:
Serializable, org.quartz.Job

public class MessageServiceExecutorJob
extends Object
implements org.quartz.Job, Serializable

Job saves a PersistedMessageBO to the message queue in the state of 'R' and then puts into a MessageServiceInvoker for execution in KSBThreadPool.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
private static org.apache.log4j.Logger LOG
           
static String MESSAGE_KEY
           
private static long serialVersionUID
           
 
Constructor Summary
MessageServiceExecutorJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

MESSAGE_KEY

public static final String MESSAGE_KEY
See Also:
Constant Field Values
Constructor Detail

MessageServiceExecutorJob

public MessageServiceExecutorJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext jec)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.