com.ibm.isc.api.platform

Class Constants

  1. java.lang.Object
  2. extended bycom.ibm.isc.api.platform.Constants

  1. public class Constants
  2. 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

Modifier and Type Field and Description
  1. static
  2. int
EWAS
integer value for Embedded WebSphere Application Server (EWAS)
  1. static
  2. int
LWI
integer value for Light Weight Infrastructure (LWI)
  1. static
  2. int
WAS
integer value for WebSphere Application Server (WAS)
  1. static
  2. int
WPS
integer value for WebSphere Portal Server (WPS)

Constructor Summary

Constructor and Description
Constants()

Method Summary

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

WAS

  1. public static final int WAS
integer value for WebSphere Application Server (WAS)
See Also:

LWI

  1. public static final int LWI
integer value for Light Weight Infrastructure (LWI)
See Also:

EWAS

  1. public static final int EWAS
integer value for Embedded WebSphere Application Server (EWAS)
See Also:

WPS

  1. public static final int WPS
integer value for WebSphere Portal Server (WPS)
See Also:

Constructor Detail

Constants

  1. public Constants()