public interface ServerDescription extends Comparable<ServerDescription>
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(ServerDescription other) |
String |
getGroupName()
The group name this server is associated with.
|
String |
getHostName()
The host name this server is associated with.
|
String |
getName()
The name of this server.
|
String getHostName()
String getName()
String getGroupName()
default int compareTo(ServerDescription other)
compareTo in interface Comparable<ServerDescription>Copyright © 2018 JBoss by Red Hat. All rights reserved.