Package io.goobi.viewer.model.job.mq
Class GeoMapUpdateHandler
java.lang.Object
io.goobi.viewer.model.job.mq.GeoMapUpdateHandler
- All Implemented Interfaces:
MessageHandler<MessageStatus>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncall
(ViewerMessage ticket, MessageQueueManager queueManager) call this method to execute the ticketstatic long
static boolean
static void
updateMapInCache
(GeoMap geomap) 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
-
GeoMapUpdateHandler
public GeoMapUpdateHandler()
-
-
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
-
updateMapInCache
- Throws:
PresentationException
-
getMessageHandlerName
- Specified by:
getMessageHandlerName
in interfaceMessageHandler<MessageStatus>
-
shouldUpdateGeomaps
- Throws:
DAOException
-
getGeoMapTimeToLive
public static long getGeoMapTimeToLive()
-