com.ibm.isc.api.platform

Interface ProductInfo


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

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
ID_BASE
  1. static
  2. java.lang.String
ID_CLIENT
  1. static
  2. java.lang.String
ID_EMBEDDED_EXPRESS
  1. static
  2. java.lang.String
ID_EXPRESS
  1. static
  2. java.lang.String
ID_IHS
  1. static
  2. java.lang.String
ID_JDK
  1. static
  2. java.lang.String
ID_ND
  1. static
  2. java.lang.String
ID_NDDMZ
  1. static
  2. java.lang.String
ID_PLUGIN
  1. static
  2. java.lang.String
ID_PME
  1. static
  2. java.lang.String
ID_UPDI
  1. static
  2. java.lang.String
ID_WBI
  1. static
  2. java.lang.String
ID_WXD
  1. static
  2. java.lang.String
ID_XD

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBuildDate()
Return the date of the ISC build in a string format
  1. java.lang.String
getBuildNumber()
Return the build number of ISC in a string format
  1. java.util.List
getFeatures()
Return a list of the features for the ISC product
  1. int
getPlatform()
Return the platform the Integrated Solutions Console (ISC) is running on.
  1. java.lang.String
getProductDisplayName(java.util.Locale locale)
Return the display name of the ISC product in a string format
  1. java.lang.String
getVersion()
Return the version of ISC in a string format

Field Detail

ID_BASE

  1. static final java.lang.String ID_BASE
See Also:

ID_EXPRESS

  1. static final java.lang.String ID_EXPRESS
See Also:

ID_ND

  1. static final java.lang.String ID_ND
See Also:

ID_PME

  1. static final java.lang.String ID_PME
See Also:

ID_WBI

  1. static final java.lang.String ID_WBI
See Also:

ID_JDK

  1. static final java.lang.String ID_JDK
See Also:

ID_EMBEDDED_EXPRESS

  1. static final java.lang.String ID_EMBEDDED_EXPRESS
See Also:

ID_XD

  1. static final java.lang.String ID_XD
See Also:

ID_CLIENT

  1. static final java.lang.String ID_CLIENT
See Also:

ID_PLUGIN

  1. static final java.lang.String ID_PLUGIN
See Also:

ID_IHS

  1. static final java.lang.String ID_IHS
See Also:

ID_WXD

  1. static final java.lang.String ID_WXD
See Also:

ID_NDDMZ

  1. static final java.lang.String ID_NDDMZ
See Also:

ID_UPDI

  1. static final java.lang.String ID_UPDI
See Also:

Method Detail

getPlatform

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

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

getBuildNumber

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

getBuildDate

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

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

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