|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaticServerMBean
This MBean interface allows a client process to access different attributes about a specific server process in a static environment.
Method Summary | |
---|---|
boolean |
forceStopServer()
Deprecated. Forcibly stops the server associated with this MBean. |
int |
getIndex()
Deprecated. Gets the index of the replication group member for the server associated with this MBean. |
long |
getMaxRequestTime()
Deprecated. Gets the maximum request time attribute loaded up by the retrieveStatsModule() or
refreshStatsModule() method. |
double |
getMeanRequestTime()
Deprecated. Gets the mean request time attribute loaded up by the retrieveStatsModule() or
refreshStatsModule() method. |
long |
getMinRequestTime()
Deprecated. Gets the minimum request time attribute loaded up by the retrieveStatsModule() or
refreshStatsModule() method. |
String |
getReplicationGroup()
Deprecated. Gets the name of the replication group for the server associated with this MBean. |
long |
getRequestCount()
Deprecated. Gets the request count attribute loaded up by the retrieveStatsModule() or
refreshStatsModule() method. |
long |
getRequestsPerSecond()
Deprecated. Requests per second attribute loaded up by the retrieveStatsModule call. |
String |
getServerStatsModule()
Deprecated. Gets a string representation of the ServerStatsModule |
String |
getStatisticsType()
Deprecated. Gets the type of the server statistics associated with this MBean. |
long |
getTotalRequestTime()
Deprecated. Gets the total request time attribute loaded up by the retrieveStatsModule() or
refreshStatsModule() method. |
void |
modifyClusterTraceSpec(String spec)
Deprecated. Modifies the trace spec for all servers in the cluster to which the server associated with this MBean is a member. |
void |
refreshStatsModule()
Deprecated. Refreshes the ServerStatsModule. |
void |
retrieveReplicationStatus()
Deprecated. Loads the replication status for the server. |
boolean |
retrieveServerStatus()
Deprecated. Gets the status of the server associated with this MBean. |
ServerStatsModule |
retrieveStatsModule()
Deprecated. Gets the ServerStatsModule used to retrieve statistics
associated with the server for this MBean. |
boolean |
stopCluster(Boolean force)
Deprecated. Stops the cluster to which the server associated with this MBean is a member. |
Methods inherited from interface com.ibm.websphere.objectgrid.management.ServerMBean |
---|
getServerName, modifyServerTraceSpec, stopServer |
Method Detail |
---|
void retrieveReplicationStatus()
String getReplicationGroup()
int getIndex()
String getStatisticsType()
ServerStatsModule
boolean retrieveServerStatus()
true
if running,
false
if not)ObjectGridAdministrator.getServerStatus(String)
boolean forceStopServer()
true
if server was stopped,
false
if notObjectGridAdministrator.forceStopServer(String)
boolean stopCluster(Boolean force)
force
- determines if servers are stopped with force
true
if cluster was stopped,
false
if notObjectGridAdministrator.stopCluster(boolean)
void modifyClusterTraceSpec(String spec)
spec
- new trace specificationObjectGridAdministrator.setClusterTraceSpec(String)
ServerStatsModule retrieveStatsModule()
ServerStatsModule
used to retrieve statistics
associated with the server for this MBean.
ObjectGridAdministrator.retrieveStatsModule(String[], int, String)
,
ServerStatsModule
void refreshStatsModule()
This operation will only go to the server to get the ServerStatsModule
if it is not cached in the ObjectGridAdministrator
.
ObjectGridAdministrator.retrieveStatsModule(String[], int, String)
String getServerStatsModule()
ServerStatsModule attributes
loaded up by the retrieveStatsModule()
or
refreshStatsModule()
method.
- Returns:
- String form of
ServerStatsModule
- See Also:
refreshStatsModule()
,
retrieveStatsModule()
,
ServerStatsModule
long getRequestCount()
retrieveStatsModule()
or
refreshStatsModule()
method.
refreshStatsModule()
,
retrieveStatsModule()
,
ServerStatsModule.getRequestProcessTime(String, boolean)
long getMaxRequestTime()
retrieveStatsModule()
or
refreshStatsModule()
method.
refreshStatsModule()
,
retrieveStatsModule()
,
ServerStatsModule.getRequestProcessTime(String, boolean)
long getMinRequestTime()
retrieveStatsModule()
or
refreshStatsModule()
method.
refreshStatsModule()
,
retrieveStatsModule()
,
ServerStatsModule.getRequestProcessTime(String, boolean)
double getMeanRequestTime()
retrieveStatsModule()
or
refreshStatsModule()
method.
refreshStatsModule()
,
retrieveStatsModule()
,
ServerStatsModule.getRequestProcessTime(String, boolean)
long getTotalRequestTime()
retrieveStatsModule()
or
refreshStatsModule()
method.
refreshStatsModule()
,
retrieveStatsModule()
,
ServerStatsModule.getRequestProcessTime(String, boolean)
long getRequestsPerSecond()
retrieveStatsModule()
or
refreshStatsModule()
method.
refreshStatsModule()
,
retrieveStatsModule()
,
ServerStatsModule.getRequestProcessTime(String, boolean)
|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |