VistALink v1.6

gov.va.med.environment
Class ServerType

java.lang.Object
  extended by gov.va.med.environment.ServerType

public class ServerType
extends java.lang.Object

Enumerated J2EE server types.


Field Summary
static ServerType JAVA_SE
           
static ServerType JBOSS
           
static ServerType ORACLE
           
static ServerType SUN_RI_13
           
static ServerType TOMCAT
           
static ServerType UNKNOWN
           
static ServerType WEBLOGIC
           
static ServerType WEBSPHERE
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WEBLOGIC

public static final ServerType WEBLOGIC

ORACLE

public static final ServerType ORACLE

JBOSS

public static final ServerType JBOSS

WEBSPHERE

public static final ServerType WEBSPHERE

SUN_RI_13

public static final ServerType SUN_RI_13

JAVA_SE

public static final ServerType JAVA_SE

TOMCAT

public static final ServerType TOMCAT

UNKNOWN

public static final ServerType UNKNOWN
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

VistALink v1.6

VistALink v1.6