Class ServerIdentity

java.lang.Object
org.jboss.as.controller.client.helpers.domain.ServerIdentity
All Implemented Interfaces:
Serializable

public class ServerIdentity extends Object implements Serializable
Identifying information for a server in a domain. The unique identity is defined the by host name and the server name.
Author:
Brian Stansberry, James R. Perkins
See Also:
  • Constructor Details

    • ServerIdentity

      public ServerIdentity(String hostName, String serverGroupName, String serverName)
  • Method Details

    • getServerGroupName

      public String getServerGroupName()
    • getHostName

      public String getHostName()
    • getServerName

      public String getServerName()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object