Package org.exolab.castor.persist
Class ObjectLock.LinkedTx
- java.lang.Object
-
- org.exolab.castor.persist.ObjectLock.LinkedTx
-
- Enclosing class:
- ObjectLock
static class ObjectLock.LinkedTx extends java.lang.Object
Object uses to hold a linked list of transactions holding write locks or waiting for a read/write lock.
-
-
Constructor Summary
Constructors Constructor Description LinkedTx(TransactionContext tx, ObjectLock.LinkedTx next)
-
-
-
Constructor Detail
-
LinkedTx
LinkedTx(TransactionContext tx, ObjectLock.LinkedTx next)
-
-