Interface EventregRequestHandler

All Known Implementing Classes:
SvcRequestHandler

public interface EventregRequestHandler
Does the work of processing eventreg system messages
Author:
douglm
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    Shut down the process
    boolean
    Lifecycle
    void
    Listen for messages and process them.
    void
    Lifecycle
    void
    Lifecycle
  • Method Details

    • start

      void start()
      Lifecycle
    • stop

      void stop()
      Lifecycle
    • isRunning

      boolean isRunning()
      Lifecycle
      Returns:
      true if service running
    • listen

      void listen()
      Listen for messages and process them. Returns at shutdown.
    • addRequest

      void addRequest(EventregRequest val) throws Throwable
      Parameters:
      val - a request for processing
      Throws:
      Throwable
    • close

      void close()
      Shut down the process