Interface Service

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void create()
      create the service, do expensive operations etc
      void destroy()
      destroy the service, tear down
      void start()
      start the service, create is already called
      void stop()
      stop the service
    • Method Detail

      • create

        void create()
             throws Exception
        create the service, do expensive operations etc
        Throws:
        Exception - for any error
      • start

        void start()
            throws Exception
        start the service, create is already called
        Throws:
        Exception - for any error
      • stop

        void stop()
        stop the service
      • destroy

        void destroy()
        destroy the service, tear down