Uses of Interface
ca.odell.glazedlists.util.concurrent.ReadWriteLock

Packages that use ReadWriteLock
ca.odell.glazedlists   
ca.odell.glazedlists.hibernate   
ca.odell.glazedlists.util.concurrent   
 

Uses of ReadWriteLock in ca.odell.glazedlists
 

Fields in ca.odell.glazedlists declared as ReadWriteLock
protected  ReadWriteLock AbstractEventList.readWriteLock
          the read/write lock provides mutual exclusion to access
 

Methods in ca.odell.glazedlists that return ReadWriteLock
 ReadWriteLock EventList.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 AbstractEventList.getReadWriteLock()
          Gets the lock required to share this list between multiple threads.
 

Methods in ca.odell.glazedlists with parameters of type ReadWriteLock
static
<E> EventList<E>
GlazedLists.eventList(ListEventPublisher publisher, ReadWriteLock lock, Collection<? extends E> contents)
          Creates a new EventList with the given ListEventPublisher and ReadWriteLock which contains the contents of the specified Collection.
static
<E> EventList<E>
GlazedLists.eventListOf(ListEventPublisher publisher, ReadWriteLock lock, E... contents)
          Creates a new EventList with the given ListEventPublisher and ReadWriteLock which contains the given elements.
 

Constructors in ca.odell.glazedlists with parameters of type ReadWriteLock
BasicEventList(int initialCapacity, ListEventPublisher publisher, ReadWriteLock readWriteLock)
          Creates a BasicEventList using the specified initial capacity, ListEventPublisher and ReadWriteLock.
BasicEventList(ListEventPublisher publisher, ReadWriteLock readWriteLock)
          Creates a BasicEventList using the specified ListEventPublisher and ReadWriteLock.
BasicEventList(ReadWriteLock readWriteLock)
          Creates a BasicEventList that uses the specified ReadWriteLock for concurrent access.
CompositeList(ListEventPublisher publisher, ReadWriteLock lock)
          Create a CompositeList that uses the given publisher and lock.
CompositeList(ReadWriteLock lock)
          Deprecated. replaced by CompositeList.CompositeList(ListEventPublisher, ReadWriteLock), because prebuilt member lists should share lock and publisher with the CompositeList.
PluggableList(ListEventPublisher publisher, ReadWriteLock lock)
          Constructs a PluggableList which uses the given publisher and lock.
 

Uses of ReadWriteLock in ca.odell.glazedlists.hibernate
 

Methods in ca.odell.glazedlists.hibernate that return ReadWriteLock
 ReadWriteLock PersistentEventList.getReadWriteLock()
          Gets the lock required to share this list between multiple threads.
 

Methods in ca.odell.glazedlists.hibernate with parameters of type ReadWriteLock
protected  void EventListType.useListCategory(String category, ReadWriteLock lock, ListEventPublisher publisher)
          Convenience method to specify the used list category and the associated ReadWriteLock and ListEventPublisher
 

Constructors in ca.odell.glazedlists.hibernate with parameters of type ReadWriteLock
CategoryEventListFactory(String category, ReadWriteLock lock, ListEventPublisher publisher)
          Constructor with list category, lock and publisher to use.
 

Uses of ReadWriteLock in ca.odell.glazedlists.util.concurrent
 

Classes in ca.odell.glazedlists.util.concurrent that implement ReadWriteLock
 class J2SE14ReadWriteLock
          An implementation of LockFactory that has been derived from backport-util-concurrent.
 

Methods in ca.odell.glazedlists.util.concurrent that return ReadWriteLock
 ReadWriteLock LockFactory.createReadWriteLock()
          Create a ReadWriteLock.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2015-02-16 14:02