|
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.deployment.api.WDDeployableObjectState
Constants representing the possible deployment states of Web Dynpro applications.
| Field Summary | |
static WDDeployableObjectState |
REMOVED
The application was deployed before and is removed in the meantime. |
static WDDeployableObjectState |
STARTED
The application is deployed and started, i.e. |
static WDDeployableObjectState |
STOPPED
The application is deployed but it's state is stopped, i.e. |
static WDDeployableObjectState |
UNKNOWN
The application state is unknown. |
| Method Summary | |
java.lang.String |
getIconURL()
Deprecated. Method not supported in 6.30 and later. This method may be withdrawn with the first new NetWeaver release in 2006. |
static 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. |
java.lang.String |
toString()
Return is the name of the state. |
static WDDeployableObjectState |
valueOf(java.lang.String state)
Return is the WDDeployableObjectState instance representing the specified state. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final WDDeployableObjectState STOPPED
public static final WDDeployableObjectState STARTED
public static final WDDeployableObjectState REMOVED
public static final WDDeployableObjectState UNKNOWN
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic static WDDeployableObjectState getStateObject(int state)
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.
WDDeployableObjectState instance belonging to the
integer identifier specified as input parameter.state - the state identifierWDDeployableObjectState instance representing the
state specified by the integer in the argumentpublic static WDDeployableObjectState valueOf(java.lang.String state)
WDDeployableObjectState instance representing the specified state.
If the given state is not defined, an IllegalArgumentException is thrown.state - the name of the stateWDDeployableObjectState instance representing the specified stateWDIllegalArgumentException - if the given state is undefinedpublic java.lang.String getIconURL()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||