public interface EjbCacheStatsProviderDelegate extends StatsProvider
Modifier and Type | Method and Description |
---|---|
int |
getCacheHits() |
int |
getCacheMisses() |
int |
getMaxCacheSize() |
int |
getNumBeansInCache() |
int |
getNumExpiredSessionsRemoved() |
int |
getNumPassivationErrors() |
int |
getNumPassivations() |
int |
getNumPassivationSuccess() |
appendStats
int getCacheHits()
int getCacheMisses()
int getNumBeansInCache()
int getNumExpiredSessionsRemoved()
int getNumPassivationErrors()
int getNumPassivations()
int getNumPassivationSuccess()
int getMaxCacheSize()
Copyright © 2019. All rights reserved.