Interface Managed

    • Method Detail

      • start

        void start()
            throws Exception
        Starts the object. Called before the application becomes available.
        Throws:
        Exception - if something goes wrong; this will halt the application startup.
      • stop

        void stop()
           throws Exception
        Stops the object. Called after the application is no longer accepting requests.
        Throws:
        Exception - if something goes wrong.