com.bankframe.services.cache
Interface JMSCache

All Superinterfaces:
Cache, 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/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 void removeAllDontSend()
           
 Object removeDontSend(Object key)
           
 void removeDontSend(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

Object removeDontSend(Object key)

removeDontSend

void removeDontSend(Set keySet)

removeAllDontSend

void removeAllDontSend()


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