public class PessimisticMapWrapper.LockingTxContext extends TransactionalMapWrapper.TxContext
Constructor and Description |
---|
PessimisticMapWrapper.LockingTxContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
clear() |
protected void |
dispose() |
protected void |
finalize() |
protected java.lang.Object |
get(java.lang.Object key) |
protected java.util.Set |
keys() |
protected void |
put(java.lang.Object key,
java.lang.Object value) |
protected void |
remove(java.lang.Object key) |
protected int |
size() |
isEmpty, merge
public PessimisticMapWrapper.LockingTxContext()
protected java.util.Set keys()
keys
in class TransactionalMapWrapper.TxContext
protected java.lang.Object get(java.lang.Object key)
get
in class TransactionalMapWrapper.TxContext
protected void put(java.lang.Object key, java.lang.Object value)
put
in class TransactionalMapWrapper.TxContext
protected void remove(java.lang.Object key)
remove
in class TransactionalMapWrapper.TxContext
protected int size()
size
in class TransactionalMapWrapper.TxContext
protected void clear()
clear
in class TransactionalMapWrapper.TxContext
protected void dispose()
dispose
in class TransactionalMapWrapper.TxContext
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
Copyright ? 2004 The Apache Software Foundation. All Rights Reserved.