JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Standard implementation of the Manager interface

List of MBean attributes:

Name Type Access Value Description
modelerType java.lang.String RW Type of the modeled resource. Can be set only once
algorithm java.lang.String RW The message digest algorithm to be used when generating session identifiers
randomFile java.lang.String RW File source of random - /dev/urandom or a pipe
className java.lang.String R org.apache.catalina.session.StandardManager Fully qualified class name of the managed object
distributable boolean RW True False The distributable flag for Sessions created by this Manager
entropy java.lang.String RW A String initialization parameter used to increase the entropy of the initialization of our random number generator
maxActiveSessions int RW The maximum number of active Sessions allowed, or -1 for no limit
maxInactiveInterval int RW The default maximum inactive interval for Sessions created by this Manager
processExpiresFrequency int RW The frequency of the manager checks (expiration and passivation)
sessionIdLength int RW The session id length (in bytes) of Sessions created by this Manager
name java.lang.String R StandardManager The descriptive name of this Manager implementation (for logging)
pathname java.lang.String RW Path name of the disk file in which active sessions
activeSessions int R 0 Number of active sessions at this moment
sessionCounter int RW Total number of sessions created by this manager
maxActive int RW Maximum number of active sessions so far
sessionMaxAliveTime int RW Longest time an expired session had been alive
sessionAverageAliveTime int RW Average time an expired session had been alive
rejectedSessions int RW Number of sessions we rejected due to maxActive beeing reached
expiredSessions int RW Number of sessions that expired ( doesn't include explicit invalidations )
processingTime long RW Time spent doing housekeeping and expiration
duplicates int RW Number of duplicated session ids generated

List of MBean operations:


java.lang.String listSessionIds()

Return the list of active session ids


java.lang.String getSessionAttribute()

Return a session attribute

Param ParamType ParamValue ParamDescription
sessionId java.lang.String Id of the session
key java.lang.String key of the attribute

void expireSession()

Expire a session

Param ParamType ParamValue ParamDescription
sessionId java.lang.String Id of the session

java.lang.String getLastAccessedTime()

Get the last access time

Param ParamType ParamValue ParamDescription
sessionId java.lang.String Id of the session