com.sun.ejb.base.stats
Class HAStatefulSessionStoreMonitor

java.lang.Object
  extended by com.sun.ejb.base.stats.StatefulSessionStoreMonitor
      extended by 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

Constructor Summary
HAStatefulSessionStoreMonitor()
           
 
Method Summary
 void incrementCheckpointCount(boolean success)
           
 void setCheckpointSize(long val)
           
 void setCheckpointTime(long val)
           
protected  void setDelegate(HAStatefulSessionStoreStatsImpl delegate)
           
 
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
 

Constructor Detail

HAStatefulSessionStoreMonitor

public HAStatefulSessionStoreMonitor()
Method Detail

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.