org.apache.commons.transaction.memory
Class PessimisticMapWrapper.LockingTxContext

java.lang.Object
  extended by org.apache.commons.transaction.memory.TransactionalMapWrapper.TxContext
      extended by org.apache.commons.transaction.memory.PessimisticMapWrapper.LockingTxContext
Enclosing class:
PessimisticMapWrapper

public class PessimisticMapWrapper.LockingTxContext
extends TransactionalMapWrapper.TxContext


Field Summary
 
Fields inherited from class org.apache.commons.transaction.memory.TransactionalMapWrapper.TxContext
adds, changes, cleared, deletes, readOnly, status, suspended
 
Constructor Summary
PessimisticMapWrapper.LockingTxContext()
           
 
Method Summary
protected  void clear()
           
protected  void dispose()
           
protected  void finalize()
           
protected  Object get(Object key)
           
protected  Set keys()
           
protected  void put(Object key, Object value)
           
protected  void remove(Object key)
           
protected  int size()
           
 
Methods inherited from class org.apache.commons.transaction.memory.TransactionalMapWrapper.TxContext
isEmpty, merge
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PessimisticMapWrapper.LockingTxContext

public PessimisticMapWrapper.LockingTxContext()
Method Detail

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 The Apache Software Foundation. All Rights Reserved.