Searched refs:getEntryCount (Results 1 - 10 of 10) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/mbeans/
H A DJmxBaseCacheMBean.java79 public Integer getEntryCount(); method in interface:JmxBaseCacheMBean
H A DJmxBaseCache.java100 public Integer getEntryCount() { method in class:JmxBaseCache
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DUnboundedEJBObjectCache.java104 .append("; cacheSize = ").append(getEntryCount())
H A DFIFOEJBObjectCache.java291 System.out.println("EJBObjectCache:: size: " + getEntryCount() +
379 .append("; curSize/totSize=").append(getEntryCount())
H A DBaseCache.java885 public int getEntryCount() { method in class:BaseCache
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DCache.java223 public int getEntryCount(); method in interface:Cache
H A DBaseCache.java826 public int getEntryCount() { method in class:BaseCache
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/impl/
H A DVersionConsistencyCacheImpl.java660 return cache.getEntryCount();
/glassfish-3.1.2/transaction/jta/src/main/java/com/sun/enterprise/transaction/
H A DJavaEETransactionManagerSimplified.java642 _logger.log(Level.FINE,"TM: resourceTable before: " + resourceTable.getEntryCount());
650 _logger.log(Level.FINE,"TM: resourceTable after: " + resourceTable.getEntryCount());
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEntityContainer.java482 : readyStore.getEntryCount();
488 return ejbObjectStore.getEntryCount();
2963 return cache.getEntryCount();

Completed in 37 milliseconds