Print Page as PDF
gov.va.med.environment.ServerType ICR (5173)

gov.va.med.environment.ServerType    ICR (5173)

Name Value
NUMBER 5173
IA # 5173
DATE CREATED 2008/04/11
CUSTODIAL PACKAGE FOUNDATIONS
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME gov.va.med.environment.ServerType
GENERAL DESCRIPTION
public class ServerType extends java.lang.Object:
Enumerated J2EE server types.

Example Use:

if (Environment.getServerType().equals(ServerType.WEBLOGIC)) {
// weblogic-specific code
}
STATUS Active
KEYWORDS
  • Foundations
  • FoundationsLib
  • servertype
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
static ServerType JAVA_SE
represents J2SE mode, non-J2EE "server" type
static ServerType JBOSS
static ServerType ORACLE
static ServerType SUN_RI_13
static ServerType TOMCAT
static ServerType UNKNOWN
static ServerType WEBLOGIC
static ServerType WEBSPHERE
toString()
public java.lang.String toString(): returns the
server type as a string value.
VARIABLES TYPE VARIABLES DESCRIPTION
return Output
returns java.lang.String: the server type as a string
value.
DATE ACTIVATED 2008/07/11