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