Web Dynpro API Documentation

com.sap.tc.webdynpro.services.sal.admin.api
Class WDProductInfo

java.lang.Object
  |
  +--com.sap.tc.webdynpro.services.sal.admin.api.WDProductInfo

public abstract class WDProductInfo
extends java.lang.Object

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

UNDEFINED_MODE

public static final java.lang.String UNDEFINED_MODE

DEVELOPMENT_MODE

public static final java.lang.String DEVELOPMENT_MODE

TEST_MODE

public static final java.lang.String TEST_MODE

TRAINING_MODE

public static final java.lang.String TRAINING_MODE

PRODUCTIVE_MODE

public static final java.lang.String PRODUCTIVE_MODE
Constructor Detail

WDProductInfo

public WDProductInfo()
Method Detail

getVendorName

public static java.lang.String getVendorName()
Return is the vendor name.
Returns:
the vendor name

getBuildID

public static java.lang.String getBuildID()
Return is the build ID.
Returns:
the build ID

getMBean

public static com.sap.tc.webdynpro.services.sal.admin.api.ProductInfoMBean getMBean()
Return is the associated MBean.
Returns:
the associated MBean

getStringRepresentation

public static java.lang.String getStringRepresentation()
Return is the string representation of the product information.
Returns:
the string representation of the product information

getProductName

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

Return is the product name.
Returns:
the product name

getProductDescription

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

Return is the product description.
Returns:
the product description

getCopyright

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

Return is the copyright.
Returns:
the copyright

getVersion

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

Return is the actual version.
Returns:
the actual version

getServicePackNumber

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

Return is the service pack number.
Returns:
the service pack number

getBuildDate

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

Return is the build date.
Returns:
the build date

getSystemType

public static java.lang.String getSystemType()
Returns the system type of the J2EE server installation. If undefined, "0" is returned. Otherwise the following values are returned: You can use the constants defined in this class.
Returns:
the system type of the J2EE server installation
See Also:
com.sap.engine.services.licensing.LicensingRuntimeInterface#getSystemType()

isProductiveMode

public static boolean isProductiveMode()
Returns true if the J2EE server system runs in productive mode.
Returns:
true if the J2EE server system runs in productive mode

isDevelopmentMode

public static boolean isDevelopmentMode()
Returns true if the J2EE server system runs in development mode.
Returns:
true if the J2EE server system runs in development mode

isTestMode

public static boolean isTestMode()
Returns true if the J2EE server system runs in test mode.
Returns:
true if the J2EE server system runs in test mode

isTrainingMode

public static boolean isTrainingMode()
Returns true if the J2EE server system runs in training mode.
Returns:
true if the J2EE server system runs in training mode

isUndefinedMode

public static boolean isUndefinedMode()
Returns true if the J2EE server system runs in undefined mode.
Returns:
true if the J2EE server system runs in undefined mode

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15