Interface IClusterRole

All Superinterfaces:
IView, Serializable

@Deprecated public interface IClusterRole extends IView
Deprecated.
  • Field Details

  • Method Details

    • getName

      String getName()
      Deprecated.
      Get the name of this role
      Returns:
    • getServers

      Collection<IServer> getServers()
      Deprecated.
      Get the server associated with this role
      Returns:
    • isServerInRole

      boolean isServerInRole(String server)
      Deprecated.
      Returns true if the server is in this role
      Parameters:
      server -
      Returns: