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
Method Summary |
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()
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PessimisticMapWrapper.LockingTxContext
public PessimisticMapWrapper.LockingTxContext()
keys
protected java.util.Set keys()
- Overrides:
keys
in class TransactionalMapWrapper.TxContext
get
protected java.lang.Object get(java.lang.Object key)
- Overrides:
get
in class TransactionalMapWrapper.TxContext
put
protected void put(java.lang.Object key,
java.lang.Object value)
- Overrides:
put
in class TransactionalMapWrapper.TxContext
remove
protected void remove(java.lang.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 java.lang.Throwable
- Throws:
java.lang.Throwable
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.