IBM WebSphere Application ServerTM
Release 8

com.ibm.isc.api.platform
Interface ProductInfo


public interface ProductInfo

This interface is to be used for retrieving the product information for the Integrated Solutions Console (ISC).


Field Summary
static java.lang.String ID_BASE
           
static java.lang.String ID_CLIENT
           
static java.lang.String ID_EMBEDDED_EXPRESS
           
static java.lang.String ID_EXPRESS
           
static java.lang.String ID_IHS
           
static java.lang.String ID_JDK
           
static java.lang.String ID_ND
           
static java.lang.String ID_NDDMZ
           
static java.lang.String ID_PLUGIN
           
static java.lang.String ID_PME
           
static java.lang.String ID_UPDI
           
static java.lang.String ID_WBI
           
static java.lang.String ID_WXD
           
static java.lang.String ID_XD
           
 
Method Summary
 java.lang.String getBuildDate()
          Return the date of the ISC build in a string format
 java.lang.String getBuildNumber()
          Return the build number of ISC in a string format
 java.util.List getFeatures()
          Return a list of the features for the ISC product
 int getPlatform()
          Return the platform the Integrated Solutions Console (ISC) is running on.
 java.lang.String getProductDisplayName(java.util.Locale locale)
          Return the display name of the ISC product in a string format
 java.lang.String getVersion()
          Return the version of ISC in a string format
 

Field Detail

ID_BASE

static final java.lang.String ID_BASE
See Also:
Constant Field Values

ID_EXPRESS

static final java.lang.String ID_EXPRESS
See Also:
Constant Field Values

ID_ND

static final java.lang.String ID_ND
See Also:
Constant Field Values

ID_PME

static final java.lang.String ID_PME
See Also:
Constant Field Values

ID_WBI

static final java.lang.String ID_WBI
See Also:
Constant Field Values

ID_JDK

static final java.lang.String ID_JDK
See Also:
Constant Field Values

ID_EMBEDDED_EXPRESS

static final java.lang.String ID_EMBEDDED_EXPRESS
See Also:
Constant Field Values

ID_XD

static final java.lang.String ID_XD
See Also:
Constant Field Values

ID_CLIENT

static final java.lang.String ID_CLIENT
See Also:
Constant Field Values

ID_PLUGIN

static final java.lang.String ID_PLUGIN
See Also:
Constant Field Values

ID_IHS

static final java.lang.String ID_IHS
See Also:
Constant Field Values

ID_WXD

static final java.lang.String ID_WXD
See Also:
Constant Field Values

ID_NDDMZ

static final java.lang.String ID_NDDMZ
See Also:
Constant Field Values

ID_UPDI

static final java.lang.String ID_UPDI
See Also:
Constant Field Values
Method Detail

getPlatform

int getPlatform()
Return the platform the Integrated Solutions Console (ISC) is running on.

The platform values are: 0 - WebSphere Application Server (WAS) 1 - Light Weight Infrastructure (LWI) 2 - Embedded WebSphere Application Server (EWAS) 3 - WebSphere Portal Server (WPS)

Returns:
an integer value of the platform ISC is running on

getVersion

java.lang.String getVersion()
Return the version of ISC in a string format

Returns:
a string value of the ISC version

getBuildNumber

java.lang.String getBuildNumber()
Return the build number of ISC in a string format

Returns:
a string value of the ISC build number

getBuildDate

java.lang.String getBuildDate()
Return the date of the ISC build in a string format

Returns:
a string value of the ISC build date

getProductDisplayName

java.lang.String getProductDisplayName(java.util.Locale locale)
Return the display name of the ISC product in a string format

Parameters:
locale - the Locale in which the product display name is to be displayed
Returns:
a string value of the display name of the ISC product in a string format

getFeatures

java.util.List getFeatures()
Return a list of the features for the ISC product

Returns:
a List of the ISC features

IBM WebSphere Application ServerTM
Release 8