Interface Driver

All Known Implementing Classes:
FileDriver, HttpServerDriver

public interface Driver
A driver to handle a working mode. A working mode describes how the requisition is provided to the OpenNMS system. The driver runs a working mode.
Author:
Dustin Frisch <fooker@lab.sh>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Runs the working mode implementation.
  • Method Details

    • run

      void run() throws Exception
      Runs the working mode implementation.
      Throws:
      Exception