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 obj)
Returns
true if obj is a HostedServer with the same server name and host name. |
String |
getHostName() |
String |
getServerGroupName() |
String |
getServerName() |
int |
hashCode()
Returns the hash code of the server name and host name.
|
PathAddress |
toPathAddress() |
String |
toString() |
public String getServerGroupName()
public String getHostName()
public String getServerName()
public PathAddress toPathAddress()
public int hashCode()
public boolean equals(Object obj)
true
if obj
is a HostedServer with the same server name and host name.Copyright © 2023 JBoss by Red Hat. All rights reserved.