com.bankframe.services.cache
Interface JMSCache

All Superinterfaces:
Cache, java.util.Map
All Known Implementing Classes:
JMSCacheImpl, ThreadCleanedJMSCache

public interface JMSCache
extends Cache

This interface defines the methods which all JMSCache implementations must provide


Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Method Summary
 void removeAllDontSend()
           
 java.lang.Object removeDontSend(java.lang.Object key)
           
 void removeDontSend(java.util.Set keySet)
           
 
Methods inherited from interface com.bankframe.services.cache.Cache
addCacheListener, cleanup, enableCaching, getCachePolicy, remove, removeAll, removeCacheListener, setCachePolicy
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

removeDontSend

public java.lang.Object removeDontSend(java.lang.Object key)

removeDontSend

public void removeDontSend(java.util.Set keySet)

removeAllDontSend

public void removeAllDontSend()


Copyright © 2005, 2007, Oracle. All rights reserved.