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

/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/ext/wsmgmt/
H A DWebServiceConfigTest.java82 String oldSize = wsc.getMaxHistorySize();
83 System.out.println("Old Max History size is " + oldSize);
89 System.out.println("Resetting Max History size to " + oldSize);
90 wsc.setMaxHistorySize(oldSize);
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DFIFOSessionCache.java68 protected void itemRefreshed(CacheItem item, int oldSize) { argument
H A DNRUSessionCache.java86 protected void itemRefreshed(CacheItem item, int oldSize) { argument
H A DBaseCache.java306 * @param oldSize size of the previous value that was refreshed
309 protected void itemRefreshed(CacheItem item, int oldSize) { } argument
582 int oldSize = 0;
605 oldSize = oldItem.getSize();
607 itemRefreshed(oldItem, oldSize);
H A DLruCache.java224 * @param oldSize size of the previous value that was refreshed
227 protected void itemRefreshed(CacheItem item, int oldSize) { argument
H A DFIFOEJBObjectCache.java237 int oldSize = 0;
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DBoundedMultiLruCache.java131 * @param oldSize size of the previous value that was refreshed
134 protected void itemRefreshed(CacheItem item, int oldSize) { argument
135 super.itemRefreshed(item, oldSize);
140 decrementCurrentSize(oldSize);
H A DBaseCache.java253 * @param oldSize size of the previous value that was refreshed
256 protected void itemRefreshed(CacheItem item, int oldSize) { } argument
528 int oldSize = 0;
552 oldSize = oldItem.getSize();
554 itemRefreshed(oldItem, oldSize);
H A DLruCache.java255 * @param oldSize size of the previous value that was refreshed
258 protected void itemRefreshed(CacheItem item, int oldSize) { argument
H A DMultiLruCache.java227 * @param oldSize size of the previous value that was refreshed
230 protected void itemRefreshed(CacheItem item, int oldSize) { argument

Completed in 40 milliseconds