com.sun.ejb.spi.sfsb.store
Interface MonitorableSFSBStore
public interface MonitorableSFSBStore
- Author:
- Mahesh Kannan
getCurrentSize
int getCurrentSize()
getLoadCount
int getLoadCount()
getLoadSuccessCount
int getLoadSuccessCount()
getLoadErrorCount
int getLoadErrorCount()
getPassivationCount
int getPassivationCount()
getPassivationSuccessCount
int getPassivationSuccessCount()
getPassivationErrorCount
int getPassivationErrorCount()
getCheckpointCount
int getCheckpointCount()
getCheckpointSuccessCount
int getCheckpointSuccessCount()
getCheckpointErrorCount
int getCheckpointErrorCount()
getExpiredSessionCount
int getExpiredSessionCount()
Copyright © 2012 GlassFish Community. All Rights Reserved.