Package io.goobi.viewer.model.job.mq
Class RefreshArchiveTreeHandler
java.lang.Object
io.goobi.viewer.model.job.mq.RefreshArchiveTreeHandler
- All Implemented Interfaces:
MessageHandler<MessageStatus>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall(ViewerMessage ticket, MessageQueueManager queueManager) call this method to execute the ticketMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.goobi.viewer.controller.mq.MessageHandler
call
-
Field Details
-
PARAMETER_IDENTIFIERS
- See Also:
-
-
Constructor Details
-
RefreshArchiveTreeHandler
public RefreshArchiveTreeHandler()
-
-
Method Details
-
call
Description copied from interface:MessageHandlercall this method to execute the ticket- Specified by:
callin interfaceMessageHandler<MessageStatus>- Parameters:
ticket- The ticket to handlequeueManager- reference to to manage the queue- Returns:
- V
-
getMessageHandlerName
- Specified by:
getMessageHandlerNamein interfaceMessageHandler<MessageStatus>
-