IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

com.ibm.websphere.objectgrid.management
Interface StaticObjectGridMBean

All Superinterfaces:
ObjectGridMBean

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

public interface StaticObjectGridMBean
extends ObjectGridMBean

This MBean interface allows a client process to access different attributes and statistical data about a specific ObjectGrid on a server process in a static environment.

Since:
WAS XD 6.0.1

Method Summary
 void addTransactionType(String type)
          Deprecated. Adds a transaction type for the ObjectGrid associated with this MBean.
 int getIndex()
          Deprecated. Gets the index of the replication group member for the ObjectGrid associated with this MBean.
 String getReplicationGroup()
          Deprecated. Gets the name of the replication group for the ObjectGrid associated with this MBean.
 String getTransactionType()
          Deprecated. Gets the type of transaction for the ObjectGrid associated with this MBean.
 void refreshStatsModule()
          Deprecated. Refreshes the OGStatsModule.
 void removeTransactionType(String type)
          Deprecated. Removes a transaction type for the ObjectGrid associated with this MBean.
 
Methods inherited from interface com.ibm.websphere.objectgrid.management.ObjectGridMBean
getContainerName, getCurrentRevision, getDomainName, getKnownRevisions, getLifetimeId, getObjectGridName, getOGCount, getOGMaxTranTime, getOGMeanTranTime, getOGMinTranTime, getOGStatsModule, getOGTotalTranTime, getOGTransPerSecond, getPrimaryShardLinks, getServerName, retrieveStatsModule
 

Method Detail

refreshStatsModule

void refreshStatsModule()
Deprecated. 
Refreshes the OGStatsModule.

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

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

getReplicationGroup

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

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

getIndex

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

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

getTransactionType

String getTransactionType()
Deprecated. 
Gets the type of transaction for the ObjectGrid associated with this MBean. Default is to get statistics for all transaction types.

Returns:
the type of transaction for the ObjectGrid associated with this MBean

addTransactionType

void addTransactionType(String type)
Deprecated. 
Adds a transaction type for the ObjectGrid associated with this MBean. When the ManagementGateway refreshes the attributes for this MBean, a new MBean will be created with statistics for the new transaction type.

Parameters:
type - transaction type to add

removeTransactionType

void removeTransactionType(String type)
Deprecated. 
Removes a transaction type for the ObjectGrid associated with this MBean. When the ManagementGateway refreshes the attributes for this MBean, the MBean associated with the type will be removed.

Parameters:
type - transaction type to remove

IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

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