FileDocCategorySizeDatePackage
StatefulSessionStoreStats.javaAPI DocGlassfish v2 API4642Fri May 04 22:25:48 BST 2007com.sun.enterprise.admin.monitor.stats

StatefulSessionStoreStats

public interface StatefulSessionStoreStats implements javax.management.j2ee.statistics.Stats
since
8.1

Fields Summary
Constructors Summary
Methods Summary
public com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticgetActivatedBeanSize()
Returns the total number of bytes activated by this store

return
AverageRangeStatistic

public javax.management.j2ee.statistics.CountStatisticgetActivationCount()
Returns the total number of sessions activated from the store

return
CountStatistic

public javax.management.j2ee.statistics.CountStatisticgetActivationErrorCount()
Returns the total number of sessions that could not be activated from the store

return
CountStatistic

public javax.management.j2ee.statistics.CountStatisticgetActivationSuccessCount()
Returns the total number of sessions successfully activated from the store

return
CountStatistic

public com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticgetActivationTime()
Returns the time spent on activating beans from the store

return
AverageRangeStatistic

public javax.management.j2ee.statistics.RangeStatisticgetCurrentSize()
Returns the number of passivated/checkpointed sessions in the store

return
RangeStatistic

public javax.management.j2ee.statistics.CountStatisticgetExpiredSessionCount()
Returns the total number of expired sessions that were removed by the store

return
CountStatistic

public com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticgetPassivatedBeanSize()
Returns the total number of bytes passivated by this store

return
AverageRangeStatistic

public javax.management.j2ee.statistics.CountStatisticgetPassivationCount()
Returns the total number of sessions passivated using this store

return
CountStatistic

public javax.management.j2ee.statistics.CountStatisticgetPassivationErrorCount()
Returns the total number of sessions that could not be passivated using the store

return
CountStatistic

public javax.management.j2ee.statistics.CountStatisticgetPassivationSuccessCount()
Returns the total number of sessions passivated successfully using this store

return
CountStatistic

public com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticgetPassivationTime()
Returns the time spent on passivating beans to the store

return
AverageRangeStatistic