VistALink v1.5.0.026

gov.va.med.environment
Class ServerType

java.lang.Object
  extended bygov.va.med.environment.ServerTypeEnum
      extended bygov.va.med.environment.ServerType

public class ServerType
extends gov.va.med.environment.ServerTypeEnum

Enumerated J2EE server types.

Version:
1.5.0.026
Author:
Application Modernization - Foundations Team

Field Summary
static ServerType JAVA_SE
           
static ServerType JBOSS
           
static ServerType ORACLE
           
static ServerType SUN_RI_13
           
static ServerType UNKNOWN
           
static ServerType WEBLOGIC
           
static ServerType WEBSPHERE
           
 
Method Summary
static ServerType getServerTypeObject(java.lang.String keyValue)
           
 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

UNKNOWN

public static final ServerType UNKNOWN
Method Detail

getServerTypeObject

public static final ServerType getServerTypeObject(java.lang.String keyValue)

toString

public java.lang.String toString()

VistALink v1.5.0.026

VistALink v1.5.0.026