Class FetchAndLockHandlerImpl

    • Constructor Detail

      • FetchAndLockHandlerImpl

        public FetchAndLockHandlerImpl()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • acquire

        protected void acquire()
      • removeDuplicates

        protected void removeDuplicates()
      • start

        public void start()
        Description copied from interface: FetchAndLockHandler
        Receives a notification that the engine rest web application initialization has been started
        Specified by:
        start in interface FetchAndLockHandler
      • shutdown

        public void shutdown()
        Description copied from interface: FetchAndLockHandler
        Receives a notification that the engine rest web application is about to be shut down
        Specified by:
        shutdown in interface FetchAndLockHandler
      • suspend

        protected void suspend​(long millis)
      • suspendAcquisition

        protected void suspendAcquisition​(long millis)
      • errorTooManyRequests

        protected void errorTooManyRequests​(javax.ws.rs.container.AsyncResponse asyncResponse)
      • rejectPendingRequests

        protected void rejectPendingRequests()
      • addPendingRequest

        public void addPendingRequest​(FetchExternalTasksExtendedDto dto,
                                      javax.ws.rs.container.AsyncResponse asyncResponse,
                                      ProcessEngine processEngine)
        Description copied from interface: FetchAndLockHandler
        Invoked if a fetch and lock request has been sent by the client
        Specified by:
        addPendingRequest in interface FetchAndLockHandler
        Parameters:
        dto - which is supposed to hold the payload
        asyncResponse - provides means for asynchronous server side response processing
        processEngine - provides the process engine context of the respective request
      • contextInitialized

        public void contextInitialized​(javax.servlet.ServletContextEvent servletContextEvent)
        Description copied from interface: FetchAndLockHandler
        Invoked on initialization of the servlet context
        Specified by:
        contextInitialized in interface FetchAndLockHandler
        Parameters:
        servletContextEvent - provides the servlet context
      • parseUniqueWorkerRequestParam

        protected void parseUniqueWorkerRequestParam​(String uniqueWorkerRequestParam)