|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.tc.webdynpro.services.sal.admin.api.WDProductInfo
WDProductInfo provides static methods to access product information.
| Field Summary | |
static java.lang.String |
DEVELOPMENT_MODE
|
static java.lang.String |
PRODUCTIVE_MODE
|
static java.lang.String |
TEST_MODE
|
static java.lang.String |
TRAINING_MODE
|
static java.lang.String |
UNDEFINED_MODE
|
| Constructor Summary | |
WDProductInfo()
|
|
| Method Summary | |
static java.lang.String |
getBuildDate()
Deprecated. no longer written by build process, method returns emtpy string. This method may be withdrawn with the first new NetWeaver release in 2006. |
static java.lang.String |
getBuildID()
Return is the build ID. |
static java.lang.String |
getCopyright()
Deprecated. no longer written by build process, method returns emtpy string. This method may be withdrawn with the first new NetWeaver release in 2006. |
static com.sap.tc.webdynpro.services.sal.admin.api.ProductInfoMBean |
getMBean()
Return is the associated MBean. |
static java.lang.String |
getProductDescription()
Deprecated. No longer written by build process, method returns emtpy string. This method may be withdrawn with the first new NetWeaver release in 2006. |
static java.lang.String |
getProductName()
Deprecated. No longer written by build process, method returns emtpy string. This method may be withdrawn with the first new NetWeaver release in 2006. |
static java.lang.String |
getServicePackNumber()
Deprecated. no longer written by build process, method returns emtpy string. This method may be withdrawn with the first new NetWeaver release in 2006. |
static java.lang.String |
getStringRepresentation()
Return is the string representation of the product information. |
static java.lang.String |
getSystemType()
Returns the system type of the J2EE server installation. |
static java.lang.String |
getVendorName()
Return is the vendor name. |
static java.lang.String |
getVersion()
Deprecated. no longer written by build process, method returns emtpy string. This method may be withdrawn with the first new NetWeaver release in 2006. |
static boolean |
isDevelopmentMode()
Returns true if the J2EE server system runs in development mode. |
static boolean |
isProductiveMode()
Returns true if the J2EE server system runs in productive mode. |
static boolean |
isTestMode()
Returns true if the J2EE server system runs in test mode. |
static boolean |
isTrainingMode()
Returns true if the J2EE server system runs in training mode. |
static boolean |
isUndefinedMode()
Returns true if the J2EE server system runs in undefined mode. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String UNDEFINED_MODE
public static final java.lang.String DEVELOPMENT_MODE
public static final java.lang.String TEST_MODE
public static final java.lang.String TRAINING_MODE
public static final java.lang.String PRODUCTIVE_MODE
| Constructor Detail |
public WDProductInfo()
| Method Detail |
public static java.lang.String getVendorName()
public static java.lang.String getBuildID()
public static com.sap.tc.webdynpro.services.sal.admin.api.ProductInfoMBean getMBean()
public static java.lang.String getStringRepresentation()
public static java.lang.String getProductName()
public static java.lang.String getProductDescription()
public static java.lang.String getCopyright()
public static java.lang.String getVersion()
public static java.lang.String getServicePackNumber()
public static java.lang.String getBuildDate()
public static java.lang.String getSystemType()
com.sap.engine.services.licensing.LicensingRuntimeInterface#getSystemType()public static boolean isProductiveMode()
public static boolean isDevelopmentMode()
public static boolean isTestMode()
public static boolean isTrainingMode()
public static boolean isUndefinedMode()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||