IBM WebSphere Application ServerTM
Release 7

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).


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
 

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 7