IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

com.ibm.websphere.objectgrid.management
Interface StaticServerMBean

All Superinterfaces:
ServerMBean

Deprecated. The static deployment topology is deprecated in version 7.0. Use the dynamic deployment topology.

public interface StaticServerMBean
extends ServerMBean

This MBean interface allows a client process to access different attributes about a specific server process in a static environment.

Since:
WAS XD 6.0.1

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 attributes loaded up by the retrieveStatsModule() or refreshStatsModule() method.
 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

retrieveReplicationStatus

void retrieveReplicationStatus()
Deprecated. 
Loads the replication status for the server.


getReplicationGroup

String getReplicationGroup()
Deprecated. 
Gets the name of the replication group for the server associated with this MBean.

Returns:
the name of replication group for the server associated with this MBean

getIndex

int getIndex()
Deprecated. 
Gets the index of the replication group member for the server associated with this MBean.

Returns:
the index of the replication group member for the server associated with this MBean.

getStatisticsType

String getStatisticsType()
Deprecated. 
Gets the type of the server statistics associated with this MBean.

Returns:
the statistics type
See Also:
ServerStatsModule

retrieveServerStatus

boolean retrieveServerStatus()
Deprecated. 
Gets the status of the server associated with this MBean.

Returns:
status of server (true if running, false if not)
See Also:
ObjectGridAdministrator.getServerStatus(String)

forceStopServer

boolean forceStopServer()
Deprecated. 
Forcibly stops the server associated with this MBean.

Returns:
true if server was stopped, false if not
See Also:
ObjectGridAdministrator.forceStopServer(String)

stopCluster

boolean stopCluster(Boolean force)
Deprecated. 
Stops the cluster to which the server associated with this MBean is a member.

Parameters:
force - determines if servers are stopped with force
Returns:
true if cluster was stopped, false if not
See Also:
ObjectGridAdministrator.stopCluster(boolean)

modifyClusterTraceSpec

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.

Parameters:
spec - new trace specification
See Also:
ObjectGridAdministrator.setClusterTraceSpec(String)

retrieveStatsModule

ServerStatsModule retrieveStatsModule()
Deprecated. 
Gets the ServerStatsModule used to retrieve statistics associated with the server for this MBean.

Returns:
a ServerStatsModule for statistics associated with this server
See Also:
ObjectGridAdministrator.retrieveStatsModule(String[], int, String), ServerStatsModule

refreshStatsModule

void refreshStatsModule()
Deprecated. 
Refreshes the ServerStatsModule.

This operation will only go to the server to get the ServerStatsModule if it is not cached in the ObjectGridAdministrator.

See Also:
ObjectGridAdministrator.retrieveStatsModule(String[], int, String)

getServerStatsModule

String getServerStatsModule()
Deprecated. 
Gets a string representation of the ServerStatsModule attributes loaded up by the retrieveStatsModule() or refreshStatsModule() method.

Returns:
String form of ServerStatsModule
See Also:
refreshStatsModule(), retrieveStatsModule(), ServerStatsModule

getRequestCount

long getRequestCount()
Deprecated. 
Gets the request count attribute loaded up by the retrieveStatsModule() or refreshStatsModule() method.

Returns:
the number of requests
See Also:
refreshStatsModule(), retrieveStatsModule(), ServerStatsModule.getRequestProcessTime(String, boolean)

getMaxRequestTime

long getMaxRequestTime()
Deprecated. 
Gets the maximum request time attribute loaded up by the retrieveStatsModule() or refreshStatsModule() method.

Returns:
the maximum request time for the Server
See Also:
refreshStatsModule(), retrieveStatsModule(), ServerStatsModule.getRequestProcessTime(String, boolean)

getMinRequestTime

long getMinRequestTime()
Deprecated. 
Gets the minimum request time attribute loaded up by the retrieveStatsModule() or refreshStatsModule() method.

Returns:
the minimum request time for the Server
See Also:
refreshStatsModule(), retrieveStatsModule(), ServerStatsModule.getRequestProcessTime(String, boolean)

getMeanRequestTime

double getMeanRequestTime()
Deprecated. 
Gets the mean request time attribute loaded up by the retrieveStatsModule() or refreshStatsModule() method.

Returns:
the mean request time for the Server
See Also:
refreshStatsModule(), retrieveStatsModule(), ServerStatsModule.getRequestProcessTime(String, boolean)

getTotalRequestTime

long getTotalRequestTime()
Deprecated. 
Gets the total request time attribute loaded up by the retrieveStatsModule() or refreshStatsModule() method.

Returns:
the total request time for the Server
See Also:
refreshStatsModule(), retrieveStatsModule(), ServerStatsModule.getRequestProcessTime(String, boolean)

getRequestsPerSecond

long getRequestsPerSecond()
Deprecated. 
Requests per second attribute loaded up by the retrieveStatsModule call. retrieveStatsModule() or refreshStatsModule() method.

Returns:
the requests per second for the Server
See Also:
refreshStatsModule(), retrieveStatsModule(), ServerStatsModule.getRequestProcessTime(String, boolean)

IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.