Interface DomainManager

    • Method Detail

      • getServerGroups

        Set<String> getServerGroups()
        Returns a set of the server group names.
        Returns:
        the server group names
        Throws:
        RuntimeException - if the operation fails
      • getServers

        Set<ServerDescription> getServers​(String hostName)
        Returns all the servers on the host.
        Parameters:
        hostName - the host to get the serves for
        Returns:
        the servers associated with the host
        Throws:
        RuntimeException - if the operation fails
      • isDomainStarted

        boolean isDomainStarted()
        If the domain container has been started.
        Returns:
        true if the domain controller has been started, otherwise false