Class ServerActions

    • Method Detail

      • copyServer

        public void copyServer​(Server server,
                               Callback callback)
      • restartStandalone

        public void restartStandalone​(Server server,
                                      com.google.gwt.safehtml.shared.SafeHtml question)
      • reload

        public void reload​(Server server)
      • restart

        public void restart​(Server server)
      • suspend

        public void suspend​(Server server)
      • resume

        public void resume​(Server server)
      • stop

        public void stop​(Server server)
      • stopNow

        public void stopNow​(Server server)
        Call /host={host}/server-config={sever}:stop(blocking=false) the intended action is to immediately stop the server.
      • destroy

        public void destroy​(Server server)
      • kill

        public void kill​(Server server)
      • start

        public void start​(Server server)
      • startInSuspendedMode

        public void startInSuspendedMode​(Server server)
      • readUrl

        public void readUrl​(Server server,
                            elemental2.dom.HTMLElement element)
        Reads the URL and updates the specified HTML element
      • readUrl

        public void readUrl​(boolean standalone,
                            String host,
                            String serverGroup,
                            String server,
                            com.google.gwt.user.client.rpc.AsyncCallback<ServerUrl> callback)
        Reads the URL using the provided parameters
      • editUrl

        public void editUrl​(Server server,
                            Callback callback)
      • markAsPending

        public void markAsPending​(Server server)
      • clearPending

        public void clearPending​(Server server)
      • isPending

        public boolean isPending​(Server server)