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

List of MBean operations:


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

java.lang.String getLastAccessedTime()

Get the last access time

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

void expireSession()

Expire a session

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

java.lang.String listSessionIds()

Return the list of active session ids