Class InContainerDomainContainerController

    • Constructor Detail

      • InContainerDomainContainerController

        public InContainerDomainContainerController()
    • Method Detail

      • reloadServers

        public void reloadServers​(String containerQualifier,
                                  String groupName)
        Description copied from interface: DomainContainerController
        Reloads all the servers associated with this server group.
        Specified by:
        reloadServers in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        groupName - the name of the server group
      • restartServers

        public void restartServers​(String containerQualifier,
                                   String groupName)
        Description copied from interface: DomainContainerController
        Restarts all the servers associated with this server group.
        Specified by:
        restartServers in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        groupName - the name of the server group
      • resumeServers

        public void resumeServers​(String containerQualifier,
                                  String groupName)
        Description copied from interface: DomainContainerController
        Resumes all the previously suspended servers associated with this server group.
        Specified by:
        resumeServers in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        groupName - the name of the server group
      • startServers

        public void startServers​(String containerQualifier,
                                 String groupName)
        Description copied from interface: DomainContainerController
        Starts all the servers associated with this server group.
        Specified by:
        startServers in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        groupName - the name of the server group
      • stopServers

        public void stopServers​(String containerQualifier,
                                String groupName)
        Description copied from interface: DomainContainerController
        Stops all the servers associated with this server group.
        Specified by:
        stopServers in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        groupName - the name of the server group
      • suspendServers

        public void suspendServers​(String containerQualifier,
                                   String groupName,
                                   int timeout)
        Description copied from interface: DomainContainerController
        Suspends all the servers associated with this server group.
        Specified by:
        suspendServers in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        groupName - the name of the server group
        timeout - the timeout in seconds. A value of 0 returns immediately and a value of -1 will wait indefinitely
      • startServer

        public void startServer​(String containerQualifier,
                                String hostName,
                                String serverName)
        Description copied from interface: DomainContainerController
        Starts the server.
        Specified by:
        startServer in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        hostName - the name of the host the server is associated with
        serverName - the name of the server
      • stopServer

        public void stopServer​(String containerQualifier,
                               String hostName,
                               String serverName)
        Description copied from interface: DomainContainerController
        Stops the server.
        Specified by:
        stopServer in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        hostName - the name of the host the server is associated with
        serverName - the name of the server
      • isServerStarted

        public boolean isServerStarted​(String containerQualifier,
                                       String hostName,
                                       String serverName)
        Description copied from interface: DomainContainerController
        Checks the status of the server and returns true if the server is fully started.
        Specified by:
        isServerStarted in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        hostName - the name of the host the server is associated with
        serverName - the name of the server
        Returns:
        true if the server is fully started, otherwise false
      • restartServer

        public void restartServer​(String containerQualifier,
                                  String hostName,
                                  String serverName)
        Description copied from interface: DomainContainerController
        Restarts the server.
        Specified by:
        restartServer in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        hostName - the name of the host the server is associated with
        serverName - the name of the server
      • resumeServer

        public void resumeServer​(String containerQualifier,
                                 String hostName,
                                 String serverName)
        Description copied from interface: DomainContainerController
        Resumes this server after being suspended.
        Specified by:
        resumeServer in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        hostName - the name of the host the server is associated with
        serverName - the name of the server
      • suspendServer

        public void suspendServer​(String containerQualifier,
                                  String hostName,
                                  String serverName,
                                  int timeout)
        Description copied from interface: DomainContainerController
        Suspends this server.
        Specified by:
        suspendServer in interface DomainContainerController
        Parameters:
        containerQualifier - the name of the container
        hostName - the name of the host the server is associated with
        serverName - the name of the server
        timeout - the timeout for the suspend