java.lang.Object
test.de.iip_ecosphere.platform.support.plugins.MyTestPlugin
All Implemented Interfaces:
de.iip_ecosphere.platform.support.Server

public class MyTestPlugin extends Object implements de.iip_ecosphere.platform.support.Server
A test plugin playing the role of a singleton. Class shall be neither referenced from production nor from test code!
Author:
Holger Eichelberger, SSE
  • Field Details

  • Constructor Details

    • MyTestPlugin

      private MyTestPlugin()
      Prevents external creation.
  • Method Details

    • start

      public de.iip_ecosphere.platform.support.Server start()
      Specified by:
      start in interface de.iip_ecosphere.platform.support.Server
    • stop

      public void stop(boolean dispose)
      Specified by:
      stop in interface de.iip_ecosphere.platform.support.Server