net.windward.tools
Class ListServers.ServerInfo
java.lang.Object
|
+--net.windward.tools.ListServers.ServerInfo
- Enclosing class:
- ListServers
- public class ListServers.ServerInfo
- extends java.lang.Object
Info returned about each server.
|
Constructor Summary |
ListServers.ServerInfo(java.lang.String version,
java.lang.String ipAddress,
java.lang.String name)
Create the object. |
|
Method Summary |
java.lang.String |
getIpAddress()
The IP address of the remote machine. |
java.lang.String |
getName()
The name of the remote machine. |
java.lang.String |
getVersion()
The version running on the machine. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListServers.ServerInfo
public ListServers.ServerInfo(java.lang.String version,
java.lang.String ipAddress,
java.lang.String name)
- Create the object.
- Parameters:
version - The version running on the machine.ipAddress - The IP address of the remote machine.name - The name of the remote machine.
getVersion
public java.lang.String getVersion()
- The version running on the machine.
- Returns:
- The version running on the machine.
getIpAddress
public java.lang.String getIpAddress()
- The IP address of the remote machine.
- Returns:
- The IP address of the remote machine.
getName
public java.lang.String getName()
- The name of the remote machine.
- Returns:
- The name of the remote machine.
Copyright © 2002 - 2008 Windward Reports - All Rights Reserved. java reporting software