com.sun.ejb.base.stats
Class HAStatefulSessionStoreMonitor
java.lang.Object
com.sun.ejb.base.stats.StatefulSessionStoreMonitor
com.sun.ejb.base.stats.HAStatefulSessionStoreMonitor
public class HAStatefulSessionStoreMonitor
- extends StatefulSessionStoreMonitor
An instance of this class is used by the StatefulContainer to update monitoring
data. There is once instance of this class per StatefulEJBContainer
- Author:
- Mahesh Kannan
| Methods inherited from class com.sun.ejb.base.stats.StatefulSessionStoreMonitor |
getNumExpiredSessionsRemoved, getNumPassivationErrors, getNumPassivations, getNumPassivationSuccess, incrementActivationCount, incrementExpiredSessionsRemoved, incrementPassivationCount, isMonitoringOn, setActivationSize, setActivationTime, setPassivationSize, setPassivationTime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HAStatefulSessionStoreMonitor
public HAStatefulSessionStoreMonitor()
setDelegate
protected void setDelegate(HAStatefulSessionStoreStatsImpl delegate)
incrementCheckpointCount
public final void incrementCheckpointCount(boolean success)
- Overrides:
incrementCheckpointCount in class StatefulSessionStoreMonitor
setCheckpointSize
public final void setCheckpointSize(long val)
- Overrides:
setCheckpointSize in class StatefulSessionStoreMonitor
setCheckpointTime
public final void setCheckpointTime(long val)
- Overrides:
setCheckpointTime in class StatefulSessionStoreMonitor
Copyright © 2012 GlassFish Community. All Rights Reserved.