org.exolab.castor.jdo.engine
Class TxDatabaseMap
java.lang.Object
org.exolab.castor.jdo.engine.TxDatabaseMap
- All Implemented Interfaces:
- Serializable
public final class TxDatabaseMap
- extends Object
- implements Serializable
Transactions to Databases Map.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TxDatabaseMap
public TxDatabaseMap()
containsTx
public boolean containsTx(Transaction tx)
containsDatabase
public boolean containsDatabase(GlobalDatabaseImpl dbImpl)
get
public GlobalDatabaseImpl get(Transaction tx)
put
public void put(Transaction tx,
GlobalDatabaseImpl dbImpl)
remove
public GlobalDatabaseImpl remove(Transaction tx)
size
public int size()
isEmpty
public boolean isEmpty()
Copyright © 2010. All Rights Reserved.