com.ibm.isc.api.platform
Class Constants
- java.lang.Object
-
- com.ibm.isc.api.platform.Constants
-
public class Constants extends java.lang.ObjectThis 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
Fields Modifier and Type Field and Description static intEWASinteger value for Embedded WebSphere Application Server (EWAS)static intLWIinteger value for Light Weight Infrastructure (LWI)static intWASinteger value for WebSphere Application Server (WAS)static intWPSinteger value for WebSphere Portal Server (WPS)
-
Constructor Summary
Constructors Constructor and Description Constants()
-
-
-
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
-
-