public class TransactionalMapWrapper.TxContext extends Object
Modifier and Type | Field and Description |
---|---|
protected Map |
adds |
protected Map |
changes |
protected boolean |
cleared |
protected Set |
deletes |
protected boolean |
readOnly |
protected int |
status |
protected boolean |
suspended |
Modifier | Constructor and Description |
---|---|
protected |
TransactionalMapWrapper.TxContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
clear() |
protected void |
dispose() |
protected Object |
get(Object key) |
protected boolean |
isEmpty() |
protected Set |
keys() |
protected void |
merge() |
protected void |
put(Object key,
Object value) |
protected void |
remove(Object key) |
protected int |
size() |
protected int status
protected boolean cleared
protected boolean readOnly
protected boolean suspended
protected TransactionalMapWrapper.TxContext()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.