|
IBM WebSphere® DataPower® XC10 Appliance Release 1.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface 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 dynamic ObjectGrid environment, the object name pattern for this MBean is:
com.ibm.websphere.objectgrid:type=ObjectGrid,name=<objectgrid>,mapset=<mapset>,partition=<partition id>,host=<host>,ogServerName=<server>If ObjectGrid is running in a WebSphere Application Server process, more key=value pairs may be added to the object name.
Method Summary | |
---|---|
long |
getCurrentRevision()
Retrieves the current revision number of this ObjectGrid shard. |
java.lang.String |
getDomainName()
Retrieves the domain name of this ObjectGrid shard. |
javax.management.openmbean.TabularData |
getKnownRevisions()
An ObjectGrid shard may exist over several different lifetimes. |
java.lang.String |
getLifetimeId()
Retrieves the lifetime id for this ObjectGrid shard. |
java.lang.String |
getObjectGridName()
Gets the name of the ObjectGrid associated with this MBean. |
long |
getOGCount()
Gets the ObjectGrid count attribute loaded up by the retrieveStatsModule() or
refreshStatsModule() method. |
long |
getOGMaxTranTime()
Gets the maximum transaction time attribute loaded up by the retrieveStatsModule() or
refreshStatsModule() method. |
double |
getOGMeanTranTime()
Gets the mean transaction time attribute loaded up by the retrieveStatsModule() or
refreshStatsModule() method. |
long |
getOGMinTranTime()
Gets the minimum transaction time attribute loaded up by the retrieveStatsModule() or
refreshStatsModule() method. |
java.lang.String |
getOGStatsModule()
Gets a string representation of the OGStatsModule |
long |
getOGTotalTranTime()
Gets the total transaction time attribute loaded up by the retrieveStatsModule() or
refreshStatsModule() method. |
long |
getOGTransPerSecond()
Transactions per second attribute loaded up by the retrieveStatsModule call. |
java.lang.String |
getServerName()
Gets the name of the server containing the replication group member for the ObjectGrid associated with this MBean. |
com.ibm.websphere.objectgrid.stats.OGStatsModule |
retrieveStatsModule()
Gets the OGStatsModule used to retrieve statistics
associated with the ObjectGrid for this MBean. |
Method Detail |
---|
com.ibm.websphere.objectgrid.stats.OGStatsModule retrieveStatsModule()
OGStatsModule
used to retrieve statistics
associated with the ObjectGrid for this MBean.
ObjectGridAdministrator.retrieveStatsModule(String[], int, String)
,
OGStatsModule
java.lang.String getObjectGridName()
java.lang.String getServerName()
java.lang.String getOGStatsModule()
OGStatsModule attributes
loaded up by the retrieveStatsModule()
or
refreshStatsModule()
method.
- Returns:
- String form of
OGStatsModule
- See Also:
StaticObjectGridMBean#refreshStatsModule()
,
retrieveStatsModule()
,
OGStatsModule
long getOGCount()
retrieveStatsModule()
or
refreshStatsModule()
method.
StaticObjectGridMBean#refreshStatsModule()
,
retrieveStatsModule()
,
OGStatsModule.getTransactionTime(String, boolean)
long getOGMaxTranTime()
retrieveStatsModule()
or
refreshStatsModule()
method.
StaticObjectGridMBean#refreshStatsModule()
,
retrieveStatsModule()
,
OGStatsModule.getTransactionTime(String, boolean)
long getOGMinTranTime()
retrieveStatsModule()
or
refreshStatsModule()
method.
StaticObjectGridMBean#refreshStatsModule()
,
retrieveStatsModule()
,
OGStatsModule.getTransactionTime(String, boolean)
double getOGMeanTranTime()
retrieveStatsModule()
or
refreshStatsModule()
method.
StaticObjectGridMBean#refreshStatsModule()
,
retrieveStatsModule()
,
OGStatsModule.getTransactionTime(String, boolean)
long getOGTotalTranTime()
retrieveStatsModule()
or
refreshStatsModule()
method.
StaticObjectGridMBean#refreshStatsModule()
,
retrieveStatsModule()
,
OGStatsModule.getTransactionTime(String, boolean)
long getOGTransPerSecond()
retrieveStatsModule()
or
refreshStatsModule()
method.
StaticObjectGridMBean#refreshStatsModule()
,
retrieveStatsModule()
,
OGStatsModule.getTransactionTime(String, boolean)
long getCurrentRevision()
java.lang.String getDomainName()
java.lang.String getLifetimeId()
javax.management.openmbean.TabularData getKnownRevisions()
Item Name | Type | Description |
Domain | String | The domain name of this ObjectGrid shard. |
LifetimeId | String | The lifetime id of this ObjectGrid shard. |
Revision | Long | The revision of this ObjectGrid shard. |
javax.management.openmbean.OpenDataException
TabularData
|
IBM WebSphere® DataPower® XC10 Appliance Release 1.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |