Class MessageServiceExecutorJob
java.lang.Object
org.kuali.rice.ksb.messaging.quartz.MessageServiceExecutorJob
- All Implemented Interfaces:
Serializable,org.quartz.Job
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MESSAGE_KEY
- See Also:
-
-
Constructor Details
-
MessageServiceExecutorJob
public MessageServiceExecutorJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext jec) throws org.quartz.JobExecutionException - Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-