public class ServerIdentity extends Object implements Serializable
Constructor and Description |
---|
ServerIdentity(String hostName,
String serverGroupName,
String serverName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Only uses the
serverName value in the equality
comparison, since within a domain all servers should have a unique name. |
String |
getHostName() |
String |
getServerGroupName() |
String |
getServerName() |
int |
hashCode() |
String |
toString() |
public String getServerGroupName()
public String getHostName()
public String getServerName()
public boolean equals(Object other)
serverName
value in the equality
comparison, since within a domain all servers should have a unique name.Copyright © 2018 JBoss by Red Hat. All rights reserved.