org.apache.commons.transaction.memory
Class TransactionalMapWrapper.TxContext
java.lang.Object
org.apache.commons.transaction.memory.TransactionalMapWrapper.TxContext
- Direct Known Subclasses:
- OptimisticMapWrapper.CopyingTxContext, PessimisticMapWrapper.LockingTxContext
- Enclosing class:
- TransactionalMapWrapper
public class TransactionalMapWrapper.TxContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deletes
protected Set deletes
changes
protected Map changes
adds
protected Map adds
status
protected int status
cleared
protected boolean cleared
readOnly
protected boolean readOnly
suspended
protected boolean suspended
TransactionalMapWrapper.TxContext
protected TransactionalMapWrapper.TxContext()
keys
protected Set keys()
get
protected Object get(Object key)
put
protected void put(Object key,
Object value)
remove
protected void remove(Object key)
size
protected int size()
clear
protected void clear()
isEmpty
protected boolean isEmpty()
merge
protected void merge()
dispose
protected void dispose()
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.