org.jboss.web.tomcat.tc5.session
Interface JBossManagerMBean

All Known Implementing Classes:
JBossManager (src)

public interface JBossManagerMBean

The MBean-interface for the ClusterManager

See Also:
ClusteredHTTPSessionService (src)

Method Summary
 long getActiveSessionCount()
           
 long getCreatedSessionCount()
           
 long getExpiredSessionCount()
           
 long getRejectedSessionCount()
           
 ReplicationStatistics (src) getReplicationStatistics()
           
 java.lang.String reportReplicationStatistics()
           
 void resetStats()
           
 long timeInSecondsSinceLastReset()
           
 

Method Detail

getReplicationStatistics

public ReplicationStatistics (src)  getReplicationStatistics()

resetStats

public void resetStats()

timeInSecondsSinceLastReset

public long timeInSecondsSinceLastReset()

getActiveSessionCount

public long getActiveSessionCount()

getRejectedSessionCount

public long getRejectedSessionCount()

getCreatedSessionCount

public long getCreatedSessionCount()

getExpiredSessionCount

public long getExpiredSessionCount()

reportReplicationStatistics

public java.lang.String reportReplicationStatistics()