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

HAStatefulSessionStoreStats

public interface HAStatefulSessionStoreStats implements StatefulSessionStoreStats
since
8.1

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetCheckpointCount()
Returns the total number of sessions checkpointed using this store

return
CountStatistic

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

return
CountStatistic

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

return
CountStatistic

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

return
AverageRangeStatistic

public com.sun.enterprise.admin.monitor.stats.AverageRangeStatisticgetCheckpointedBeanSize()
Returns the total number of bytes checkpointed by the store

return
AverageRangeStatistic