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

      Fields 
      Modifier and Type Field and Description
      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

      Methods 
      Modifier and Type Method and Description
      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 8.5