com.bankframe.ei.txnhandler.transactionlayout.impl.response
Class ResponseTransactionFieldCachePersister
java.lang.Object
com.bankframe.ei.txnhandler.transactionlayout.impl.response.ResponseTransactionFieldCachePersister
- All Implemented Interfaces:
- Map
public class ResponseTransactionFieldCachePersister
- extends Object
- implements Map
This class is responsible for controlling the interaction between
the txn Response fields cache maintained in memory and the database txn Response fields table. This
class only supports the get() method. Calling any other method will result
in an UnSupportedOperationException.
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
ResponseTransactionFieldCachePersister
public ResponseTransactionFieldCachePersister()
- Default Constructor
clear
public void clear()
- Specified by:
clear
in interface Map
- See Also:
Map.clear()
containsKey
public boolean containsKey(Object arg0)
- Specified by:
containsKey
in interface Map
- See Also:
Map.containsKey(Object)
containsValue
public boolean containsValue(Object arg0)
- Specified by:
containsValue
in interface Map
- See Also:
Map.containsValue(Object)
entrySet
public Set entrySet()
- Specified by:
entrySet
in interface Map
- See Also:
Map.entrySet()
get
public Object get(Object arg0)
- Specified by:
get
in interface Map
- See Also:
Map.get(Object)
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map
- See Also:
Map.isEmpty()
keySet
public Set keySet()
- Specified by:
keySet
in interface Map
- See Also:
Map.keySet()
put
public Object put(Object arg0,
Object arg1)
- Specified by:
put
in interface Map
- See Also:
Map.put(Object, Object)
putAll
public void putAll(Map arg0)
- Specified by:
putAll
in interface Map
- See Also:
Map.putAll(Map)
remove
public Object remove(Object arg0)
- Specified by:
remove
in interface Map
- See Also:
Map.remove(Object)
size
public int size()
- Specified by:
size
in interface Map
- See Also:
Map.size()
values
public Collection values()
- Specified by:
values
in interface Map
- See Also:
Map.values()
Copyright © 2005, 2007, Oracle. All rights reserved.