|
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 StaticObjectGridMBean
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.
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 |
---|
void refreshStatsModule()
This operation will only go to the server to get the OGStatsModule
if it is not cached in the ObjectGridAdministrator
.
ObjectGridAdministrator.retrieveStatsModule(String[], int, String)
String getReplicationGroup()
int getIndex()
String getTransactionType()
void addTransactionType(String type)
type
- transaction type to addvoid removeTransactionType(String type)
type
- transaction type to remove
|
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 |