Interface BootstrapLoader

  • All Known Implementing Classes:
    ApplicationLoader

    public interface BootstrapLoader
    Author:
    Simon Thoresen Hult
    • Method Detail

      • init

        void init​(java.lang.String bundleLocation,
                  boolean privileged)
           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • start

        void start()
            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • stop

        void stop()
           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • destroy

        void destroy()