Package net.sf.basedb.util
Class StaticCache.State
- java.lang.Object
-
- net.sf.basedb.util.StaticCache.State
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- StaticCache
static class StaticCache.State extends Object implements Runnable
Inner class for performing the actual release of locks and closing of streams (in/out).
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Throwable
calledFrom
(package private) StaticCache.LockEntry
lock
(package private) boolean
readLock
(package private) Closeable
stream
-
Constructor Summary
Constructors Constructor Description State(Closeable stream, StaticCache.LockEntry lock, boolean readLock)
-
-
-
Field Detail
-
stream
final Closeable stream
-
lock
final StaticCache.LockEntry lock
-
readLock
final boolean readLock
-
calledFrom
Throwable calledFrom
-
-
Constructor Detail
-
State
State(Closeable stream, StaticCache.LockEntry lock, boolean readLock)
-
-