|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
int getPlatform()
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)
java.lang.String getVersion()
java.lang.String getBuildNumber()
java.lang.String getBuildDate()
java.lang.String getProductDisplayName(java.util.Locale locale)
locale
- the Locale in which the product display name is to be displayed
java.util.List getFeatures()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |