|
IBM WebSphere® DataPower® XC10 Appliance Release 2.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionMBean
This MBean interface allows a client process to access different attributes and statistical data about a specific session. The object name pattern for this MBean is:
com.ibm.websphere.objectgrid:type=Session,name=<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 |
getAccessedSessionsCount()
Gets acessed sessions count |
long |
getAccessToNonExistentSessionCount()
Gets access to non-existent session count |
long |
getActiveSessionsCount()
Gets active sessions count |
long |
getAffinityBreaksCount()
Gets affinity breaks count |
long |
getCacheDiscardsCount()
Gets cache discards count |
long |
getCreatedSessionsCount()
Gets the map count attribute loaded up by the retrieveStatsModule() or
refreshStatsModule() method. |
long |
getInvalidatedByTimeoutCount()
Gets invalidated by timeout count |
long |
getInvalidatedSessionsCount()
Gets invalidated sessions count |
long |
getMemoryCount()
Gets memory count |
java.lang.String |
getSessionID()
Gets the ID of the session instance associated with this MBean. |
java.lang.String |
getSessionStatsModule()
Gets a string representation of the SessionStatsModule |
SessionStatsModule |
retrieveStatsModule()
Gets the SessionStatsModule used to retrieve statistics
associated with the session for this MBean. |
Method Detail |
---|
SessionStatsModule retrieveStatsModule()
SessionStatsModule
used to retrieve statistics
associated with the session for this MBean.
SessionStatsModule
java.lang.String getSessionID()
java.lang.String getSessionStatsModule()
SessionStatsModule attributes
loaded up by the retrieveStatsModule()
method.
- Returns:
- String form of
SessionStatsModule
- See Also:
retrieveStatsModule()
,
SessionStatsModule
long getCreatedSessionsCount()
retrieveStatsModule()
or
refreshStatsModule()
method.
retrieveStatsModule()
,
MapStatsModule.getNumEntries(boolean)
long getInvalidatedSessionsCount()
long getActiveSessionsCount()
long getMemoryCount()
long getCacheDiscardsCount()
long getAffinityBreaksCount()
long getInvalidatedByTimeoutCount()
long getAccessToNonExistentSessionCount()
long getAccessedSessionsCount()
|
IBM WebSphere® DataPower® XC10 Appliance Release 2.0 Client API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |