| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FsDecoratingConcurrentModelController.assertNotReadLockedByCurrentThread(FsNotWriteLockedException ex) |
protected void |
FsConcurrentModelController.assertNotReadLockedByCurrentThread(FsNotWriteLockedException ex) |
(package private) void |
FsConcurrentModel.assertNotReadLockedByCurrentThread(FsNotWriteLockedException ex)
Asserts that the read lock is not held by the current thread,
so that the caller can safely acquire the write lock without dead
locking.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FsDecoratingConcurrentModelController.assertNotReadLockedByCurrentThread(FsNotWriteLockedException ex) |
protected void |
FsConcurrentModelController.assertNotReadLockedByCurrentThread(FsNotWriteLockedException ex) |
(package private) void |
FsConcurrentModel.assertNotReadLockedByCurrentThread(FsNotWriteLockedException ex)
Asserts that the read lock is not held by the current thread,
so that the caller can safely acquire the write lock without dead
locking.
|
protected void |
FsDecoratingConcurrentModelController.assertWriteLockedByCurrentThread() |
protected void |
FsConcurrentModelController.assertWriteLockedByCurrentThread() |
void |
FsConcurrentModel.assertWriteLockedByCurrentThread()
Asserts that the write lock is held by the current thread.
|
| Constructor and Description |
|---|
FsNotWriteLockedException(FsNotWriteLockedException ex) |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.