|
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.WDServerState
WDServerState provides static methods to access a snapshot of
the server state.
| Constructor Summary | |
WDServerState()
|
|
| Method Summary | |
static java.lang.String[] |
getActualApplications()
Return is the array of actually running applications. |
static java.lang.String[] |
getActualApplications(java.lang.String clientUserId)
Return is the array of actually running application names and id's for the specified client user. |
static java.lang.String[] |
getActualClientSessions()
Return is the array of actually registered client sessions. |
static java.lang.String[] |
getActualClientSessions(java.lang.String serverSessionID)
Return is the array of actually registered client sessions for the specified server sessions. |
static java.lang.String[] |
getActualClientUsers()
Return is the array of client user identifiers actually registered client users. |
static java.lang.String[] |
getActualClientWindows()
Return is the array of all actually registered client windows. |
static java.lang.String[] |
getActualClientWindows(java.lang.String clientSessionID)
Return is the array of all actually registered client windows for the specified client session. |
static java.lang.String |
getActualServerSession(java.lang.String clientUserId)
Return is the server session associated to the specified client user. |
static java.lang.String[] |
getActualServerSessions()
Return is the array of actual server sessions. |
static java.lang.String[] |
getApplicationParts(java.lang.String deployableObjectName)
Return is the array of names of application deployable object parts contained in the deployable object specified as input parameter. |
static java.lang.String[] |
getComponentParts(java.lang.String deployableObjectName)
Return is the array of names of component deployable object parts contained in the deployable object specified as input parameter. |
static java.lang.String[] |
getConfigurationParts(java.lang.String deployableObjectName)
Return is the array of names of configuration deployable object parts contained in the deployable object specified as input parameter. |
static java.lang.String[] |
getDeployableObjectParts(java.lang.String deployableObject)
Return is the array of names of deployable object parts belonging to the specified deployable object. |
static java.lang.String[] |
getDeployableObjects()
Return is the array of deployable object names of currently deployed Web Dynpro applications. |
java.lang.String[] |
getInterfaceParts(java.lang.String deployableObjectName)
Return is the array of names of interface deployable object parts contained in the deployable object specified as input parameter. |
static com.sap.tc.webdynpro.services.sal.admin.api.ServerStateMBean |
getMBean()
Return is the associated MBean. |
static int |
getNumberOfActualApplications()
Return is the number of actually running applications. |
static int |
getNumberOfActualApplications(java.lang.String clientUserId)
Return is the number of actually running applications for the specified client user. |
static int |
getNumberOfActualClientSessions()
Return is the number of all actually registered client sessions. |
static int |
getNumberOfActualClientSessions(java.lang.String serverSessionID)
Return is the number of actually registered client sessions for the specified server sessions. |
static int |
getNumberOfActualClientWindows()
Return is the number of all actually registered client windows. |
static int |
getNumberOfActualClientWindows(java.lang.String clientSessionID)
Return is the number of all actually registered client windows for the specified client session. |
static int |
getNumberOfActualServerSessions()
Return is the number of actual server sessions. |
static int |
getNumberOfClientUsers()
Return is the number of actually registered client users. |
static int |
getNumberOfDeployableObjectParts(java.lang.String deployableObject)
Return is the number of deployable object parts belonging to the specified deployable object. |
static java.lang.String[] |
getStateAsStringArray()
Return is the string representation of the actual server state, organized in an array of strings. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WDServerState()
| Method Detail |
public static java.lang.String[] getActualClientUsers()
public static int getNumberOfClientUsers()
public static java.lang.String[] getActualApplications()
public static int getNumberOfActualApplications()
public static java.lang.String[] getActualApplications(java.lang.String clientUserId)
clientUserId - a client user identifierpublic static int getNumberOfActualApplications(java.lang.String clientUserId)
clientUserId - a client userpublic static java.lang.String[] getApplicationParts(java.lang.String deployableObjectName)
public static java.lang.String[] getComponentParts(java.lang.String deployableObjectName)
public static java.lang.String[] getConfigurationParts(java.lang.String deployableObjectName)
public static java.lang.String[] getDeployableObjects()
public java.lang.String[] getInterfaceParts(java.lang.String deployableObjectName)
public static java.lang.String[] getDeployableObjectParts(java.lang.String deployableObject)
deployableObjectName - the name of the deployable object for which the
deployable object parts should be returnedpublic static int getNumberOfDeployableObjectParts(java.lang.String deployableObject)
deployableObjectName - the name of the deployable object for which the
number of deployable object parts should be returnedpublic static java.lang.String[] getActualServerSessions()
public static int getNumberOfActualServerSessions()
public static java.lang.String getActualServerSession(java.lang.String clientUserId)
clientUserId - the client user identifier for which the server session should
be returnedpublic static java.lang.String[] getActualClientSessions()
public static int getNumberOfActualClientSessions()
public static java.lang.String[] getActualClientSessions(java.lang.String serverSessionID)
serverSessionID - a server session IDpublic static int getNumberOfActualClientSessions(java.lang.String serverSessionID)
serverSessionID - a server session IDpublic static java.lang.String[] getActualClientWindows()
public static int getNumberOfActualClientWindows()
public static java.lang.String[] getActualClientWindows(java.lang.String clientSessionID)
clientSessionID - a client session IDpublic static int getNumberOfActualClientWindows(java.lang.String clientSessionID)
public static java.lang.String[] getStateAsStringArray()
public static com.sap.tc.webdynpro.services.sal.admin.api.ServerStateMBean getMBean()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||