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 PersistedMessage 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
static String MESSAGE_KEY
           
 
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

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-2012 The Kuali Foundation. All Rights Reserved.