org.apache.commons.transaction.memory
Class PessimisticMapWrapper.LockingTxContext
java.lang.Object
org.apache.commons.transaction.memory.TransactionalMapWrapper.TxContext
org.apache.commons.transaction.memory.PessimisticMapWrapper.LockingTxContext
- Enclosing class:
- PessimisticMapWrapper
public class PessimisticMapWrapper.LockingTxContext
- extends TransactionalMapWrapper.TxContext
PessimisticMapWrapper.LockingTxContext
public PessimisticMapWrapper.LockingTxContext()
keys
protected Set keys()
- Overrides:
keys
in class TransactionalMapWrapper.TxContext
get
protected Object get(Object key)
- Overrides:
get
in class TransactionalMapWrapper.TxContext
put
protected void put(Object key,
Object value)
- Overrides:
put
in class TransactionalMapWrapper.TxContext
remove
protected void remove(Object key)
- Overrides:
remove
in class TransactionalMapWrapper.TxContext
size
protected int size()
- Overrides:
size
in class TransactionalMapWrapper.TxContext
clear
protected void clear()
- Overrides:
clear
in class TransactionalMapWrapper.TxContext
dispose
protected void dispose()
- Overrides:
dispose
in class TransactionalMapWrapper.TxContext
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class Object
- Throws:
Throwable
Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.