IBM WebSphere Application ServerTM
Release 7

com.ibm.isc.api.platform
Class Constants

java.lang.Object
  extended by com.ibm.isc.api.platform.Constants

public class Constants
extends java.lang.Object

This Constants class is used by the ProductInfo interface. This is used to return the integer value of the platform the Integrated Solutions Console (ISC) is running on.


Field Summary
static int EWAS
          integer value for Embedded WebSphere Application Server (EWAS)
static int LWI
          integer value for Light Weight Infrastructure (LWI)
static int WAS
          integer value for WebSphere Application Server (WAS)
static int WPS
          integer value for WebSphere Portal Server (WPS)
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WAS

public static final int WAS
integer value for WebSphere Application Server (WAS)

See Also:
Constant Field Values

LWI

public static final int LWI
integer value for Light Weight Infrastructure (LWI)

See Also:
Constant Field Values

EWAS

public static final int EWAS
integer value for Embedded WebSphere Application Server (EWAS)

See Also:
Constant Field Values

WPS

public static final int WPS
integer value for WebSphere Portal Server (WPS)

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()

IBM WebSphere Application ServerTM
Release 7