FileDocCategorySizeDatePackage
MonitorableSFSBStoreManager.javaAPI DocGlassfish v2 API2685Fri May 04 22:33:14 BST 2007com.sun.ejb.spi.stats

MonitorableSFSBStoreManager

public interface MonitorableSFSBStoreManager implements StatsProvider
An interface that allows monitoring of an SFSBStoreManager implementation
author
Mahesh Kannan

Fields Summary
Constructors Summary
Methods Summary
public longgetCurrentStoreSize()
Returns the number of passivated / checkpointed sessions in the store Note that this includes the sessions passivated / checkpointed by ohter store maangers in the cluster

public voidmonitoringLevelChanged(boolean monitoringOn)
Notification that the monitoringLevel is either turned off (false) OR tuened on (true).

param
monitoringOn true if monitoring is either HIGH / LOW false otherwise