wt.sysadm.monitor.server
Class SystemAdministrationHelper

java.lang.Object
  extended bywt.sysadm.monitor.server.SystemAdministrationHelper

public class SystemAdministrationHelper
extends Object


Field Summary
static String STUB_REF
           
 
Constructor Summary
SystemAdministrationHelper()
           
 
Method Summary
static ArrayList findChildren(WTProperties currentProps)
          Finds all of the servers in the cluster.
static SystemAdministrationServerStatus outputServerStatus(Vector runningServers, String serverHREF)
          Generate the list of server managers and method servers configured in the cluster and return their current state.
static Vector runningServers(Vector servers)
          Returns a vector of servers that are currently up and running in the cluster configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STUB_REF

public static final String STUB_REF
See Also:
Constant Field Values
Constructor Detail

SystemAdministrationHelper

public SystemAdministrationHelper()
Method Detail

findChildren

public static ArrayList findChildren(WTProperties currentProps)
Finds all of the servers in the cluster. If the system is not part of a cluster, it returns this system's info.


Supported API: false

Parameters:
currentProps -
Returns:
ArrayList

runningServers

public static Vector runningServers(Vector servers)
Returns a vector of servers that are currently up and running in the cluster configuration.

Supported API: false

Parameters:
servers -
Returns:
Vector

outputServerStatus

public static SystemAdministrationServerStatus outputServerStatus(Vector runningServers,
                                                                  String serverHREF)
Generate the list of server managers and method servers configured in the cluster and return their current state.

Supported API: false

Parameters:
runningServers -
serverHREF -
Returns:
SystemAdministrationServerStatus