Interface ServiceApplication

  • All Superinterfaces:
    Application

    public interface ServiceApplication
    extends Application
    This is "marker" interface to represent a service style application that may be started and stopped.
    Version:
    $Id$
    • Method Detail

      • stopApplication

        void stopApplication()
                      throws java.lang.Exception
        This method should stop the application. Don't call this method directly, use Boot.stopApplication(Application) instead.
        Throws:
        java.lang.Exception - if any error has occurred during application stopping