wt.sysadm.monitor.server
Class SystemAdministrationHelper
java.lang.Object
wt.sysadm.monitor.server.SystemAdministrationHelper
- public class SystemAdministrationHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STUB_REF
public static final String STUB_REF
- See Also:
- Constant Field Values
SystemAdministrationHelper
public SystemAdministrationHelper()
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