Package ca.odell.glazedlists.util.concurrent

Interface Summary

Lock A lock is a tool for controlling access to a shared resource by multiple threads.
LockFactory This factory provides an implementation of Lock that is optimized for the current Java Virtual Machine.
ReadWriteLock A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing.

Class Summary

WriterPreferenceReadWriteLock.ReaderLock
WriterPreferenceReadWriteLock.Signaller Reader and Writer requests are maintained in two different wait sets, by two different objects.
WriterPreferenceReadWriteLock.WriterLock

Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2007-12-21 23:49