com.wrq.vhi.sconfig
Class ServerListItem

java.lang.Object
  extended by com.wrq.vhi.sconfig.ServerListItem

public class ServerListItem
extends java.lang.Object

Container object for server name and running status.


Constructor Summary
ServerListItem(java.lang.String name, boolean isRunning)
          Constructor
 
Method Summary
 java.lang.String getName()
           
 boolean running()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerListItem

public ServerListItem(java.lang.String name,
                      boolean isRunning)
Constructor

Parameters:
name - Name of the VHI server.
isRunning - Flag indicating that this server is running.
Method Detail

getName

public java.lang.String getName()
Returns:
Name of the VHI server.

running

public boolean running()
Returns:
Flag indicating that the server is running.