wt.sysadm.monitor.server
Class SystemAdministrationServerStatus

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

public class SystemAdministrationServerStatus
extends Object


Field Summary
static int BACKGROUND_METHOD_SERVER
           
private  String ivServerID
           
private  String ivServerTT
           
private  String ivSysAdmURL
           
(package private)  ArrayList list
           
static int METHOD_SERVER
           
static int PORT_NA
           
private static String RESOURCE
           
static int SERVER_DOWN
           
static int SERVER_MANAGER
           
static int SERVER_PENDING
           
static int SERVER_UNKNOWN
           
static int SERVER_UP
           
private static String[] STATUS_KEY
           
private static String[] TYPE_KEY
           
 
Constructor Summary
SystemAdministrationServerStatus()
           
 
Method Summary
 void addServer(int type, int port, int status, HashMap info, Vector allInfo)
           
 Vector getAllInfo(int c)
           
static String getLocalizedStatus(int status, Locale loc)
           
static String getLocalizedType(int status, Locale loc)
           
 int getPort(int c)
           
 String getServerID()
           
 String getServerSysAdmURL()
           
 String getServerTT()
           
 int getSize()
           
 int getStatus(int c)
           
 int getType(int c)
           
 void setServerID(String id)
           
 void setServerSysAdmURL(String sAUrl)
           
 void setServerTT(String id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SERVER_MANAGER

public static final int SERVER_MANAGER
See Also:
Constant Field Values

METHOD_SERVER

public static final int METHOD_SERVER
See Also:
Constant Field Values

BACKGROUND_METHOD_SERVER

public static final int BACKGROUND_METHOD_SERVER
See Also:
Constant Field Values

SERVER_UP

public static final int SERVER_UP
See Also:
Constant Field Values

SERVER_DOWN

public static final int SERVER_DOWN
See Also:
Constant Field Values

SERVER_PENDING

public static final int SERVER_PENDING
See Also:
Constant Field Values

SERVER_UNKNOWN

public static final int SERVER_UNKNOWN
See Also:
Constant Field Values

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

STATUS_KEY

private static final String[] STATUS_KEY

TYPE_KEY

private static final String[] TYPE_KEY

PORT_NA

public static final int PORT_NA
See Also:
Constant Field Values

ivServerID

private String ivServerID

ivServerTT

private String ivServerTT

ivSysAdmURL

private String ivSysAdmURL

list

ArrayList list
Constructor Detail

SystemAdministrationServerStatus

public SystemAdministrationServerStatus()
Method Detail

addServer

public void addServer(int type,
                      int port,
                      int status,
                      HashMap info,
                      Vector allInfo)

getAllInfo

public Vector getAllInfo(int c)

getPort

public int getPort(int c)

getType

public int getType(int c)

getStatus

public int getStatus(int c)

getSize

public int getSize()

getServerID

public String getServerID()

setServerID

public void setServerID(String id)

getServerTT

public String getServerTT()

setServerTT

public void setServerTT(String id)

getServerSysAdmURL

public String getServerSysAdmURL()

setServerSysAdmURL

public void setServerSysAdmURL(String sAUrl)

toString

public String toString()

getLocalizedStatus

public static String getLocalizedStatus(int status,
                                        Locale loc)

getLocalizedType

public static String getLocalizedType(int status,
                                      Locale loc)