Package io.goobi.viewer.model.job.mq
Class PullThemeHandler
java.lang.Object
io.goobi.viewer.model.job.mq.PullThemeHandler
- All Implemented Interfaces:
MessageHandler<MessageStatus>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncall
(ViewerMessage ticket, MessageQueueManager queueManager) call this method to execute the ticketstatic String
getMessage
(String resultString) getVersionInfo
(String resultString, String buildDate) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.goobi.viewer.controller.mq.MessageHandler
call
-
Constructor Details
-
PullThemeHandler
public PullThemeHandler()
-
-
Method Details
-
call
Description copied from interface:MessageHandler
call this method to execute the ticket- Specified by:
call
in interfaceMessageHandler<MessageStatus>
- Parameters:
ticket
- The ticket to handlequeueManager
- reference to to manage the queue- Returns:
- V
-
getMessageHandlerName
- Specified by:
getMessageHandlerName
in interfaceMessageHandler<MessageStatus>
-
getVersionInfo
public static AdminDeveloperBean.VersionInfo getVersionInfo(String resultString, String buildDate) throws org.jdom2.JDOMException - Throws:
org.jdom2.JDOMException
-
getMessage
- Throws:
org.jdom2.JDOMException
-