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 D | WebServiceConfigTest.java | 82 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 D | FIFOSessionCache.java | 68 protected void itemRefreshed(CacheItem item, int oldSize) { argument
|
H A D | NRUSessionCache.java | 86 protected void itemRefreshed(CacheItem item, int oldSize) { argument
|
H A D | BaseCache.java | 306 * @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 D | LruCache.java | 224 * @param oldSize size of the previous value that was refreshed 227 protected void itemRefreshed(CacheItem item, int oldSize) { argument
|
H A D | FIFOEJBObjectCache.java | 237 int oldSize = 0;
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/ |
H A D | BoundedMultiLruCache.java | 131 * @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 D | BaseCache.java | 253 * @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 D | LruCache.java | 255 * @param oldSize size of the previous value that was refreshed 258 protected void itemRefreshed(CacheItem item, int oldSize) { argument
|
H A D | MultiLruCache.java | 227 * @param oldSize size of the previous value that was refreshed 230 protected void itemRefreshed(CacheItem item, int oldSize) { argument
|
Completed in 40 milliseconds