MonitorableSFSBStoreManagerpublic interface MonitorableSFSBStoreManager implements StatsProviderAn interface that allows monitoring of an SFSBStoreManager implementation |
Methods Summary |
---|
public long | getCurrentStoreSize()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 void | monitoringLevelChanged(boolean monitoringOn)Notification that the monitoringLevel is either turned off (false)
OR tuened on (true).
|
|