Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.services.sal.deployment.api.WDDeployableObjectState

Packages that use WDDeployableObjectState
com.sap.tc.webdynpro.services.sal.deployment.api The com.sap.tc.webdynpro.services.sal.deployment.api package contains application visible interfaces for the deployment service and its corresponding factory. 
 

Uses of WDDeployableObjectState in com.sap.tc.webdynpro.services.sal.deployment.api
 

Fields in com.sap.tc.webdynpro.services.sal.deployment.api declared as WDDeployableObjectState
static WDDeployableObjectState WDDeployableObjectState.STOPPED
          The application is deployed but it's state is stopped, i.e.
static WDDeployableObjectState WDDeployableObjectState.STARTED
          The application is deployed and started, i.e.
static WDDeployableObjectState WDDeployableObjectState.REMOVED
          The application was deployed before and is removed in the meantime.
static WDDeployableObjectState WDDeployableObjectState.UNKNOWN
          The application state is unknown.
 

Methods in com.sap.tc.webdynpro.services.sal.deployment.api that return WDDeployableObjectState
static WDDeployableObjectState WDDeployableObjectState.getStateObject(int state)
          Deprecated. For better consistency across the Web Dynpro API this method has been renamed to valueOf(String). The method with the old name has been kept for backward compatibility reasons and may be withdrawn from the public API with the first new NetWeaver release in 2006.
static WDDeployableObjectState WDDeployableObjectState.valueOf(java.lang.String state)
          Return is the WDDeployableObjectState instance representing the specified state.
 WDDeployableObjectState IWDDeployableObject.getState()
          Return is the state of the deployable object.
 


Web Dynpro API Documentation

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