Interface ServerDescription
-
- All Superinterfaces:
Comparable<ServerDescription>
public interface ServerDescription extends Comparable<ServerDescription>
Describes the servers associations within the domain.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intcompareTo(ServerDescription other)StringgetGroupName()The group name this server is associated with.StringgetHostName()The host name this server is associated with.StringgetName()The name of this server.
-
-
-
Method Detail
-
getHostName
String getHostName()
The host name this server is associated with.- Returns:
- the host name
-
getName
String getName()
The name of this server.- Returns:
- the name
-
getGroupName
String getGroupName()
The group name this server is associated with.- Returns:
- the group name
-
compareTo
default int compareTo(ServerDescription other)
- Specified by:
compareToin interfaceComparable<ServerDescription>
-
-