Package | Description |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.util.concurrent |
Modifier and Type | Field and Description |
---|---|
protected ReadWriteLock |
AbstractEventList.readWriteLock
the read/write lock provides mutual exclusion to access
|
Modifier and Type | Method and Description |
---|---|
ReadWriteLock |
AbstractEventList.getReadWriteLock()
Gets the lock required to share this list between multiple threads.
|
ReadWriteLock |
DebugList.getReadWriteLock()
Gets the lock required to share this list between multiple threads.
|
ReadWriteLock |
EventList.getReadWriteLock()
Gets the lock required to share this list between multiple threads.
|
Constructor and Description |
---|
BasicEventList(int initialCapacity,
ListEventPublisher publisher,
ReadWriteLock readWriteLock)
Creates a
BasicEventList using the specified initial capacity,
ListEventPublisher and ReadWriteLock . |
BasicEventList(ListEventPublisher publisher,
ReadWriteLock readWriteLock)
|
BasicEventList(ReadWriteLock readWriteLock)
Creates a
BasicEventList that uses the specified ReadWriteLock
for concurrent access. |
CompositeList(ListEventPublisher publisher,
ReadWriteLock lock)
|
CompositeList(ReadWriteLock lock)
Deprecated.
replaced by
CompositeList.CompositeList(ListEventPublisher, ReadWriteLock) , because
prebuilt member lists should share lock and publisher with the
CompositeList. |
Modifier and Type | Class and Description |
---|---|
class |
J2SE14ReadWriteLock
An implementation of
LockFactory that has been derived from
backport-util-concurrent. |
Modifier and Type | Method and Description |
---|---|
ReadWriteLock |
LockFactory.createReadWriteLock()
Create a
ReadWriteLock . |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2012-03-02 14:04