ca.odell.glazedlists.util.concurrent
Class J2SE50LockFactory

java.lang.Object
  extended by ca.odell.glazedlists.util.concurrent.J2SE50LockFactory
All Implemented Interfaces:
LockFactory

public class J2SE50LockFactory
extends Object
implements LockFactory

An implementation of LockFactory that has been derived from JDK 1.5 Locks.

Author:
James Lemieux

Field Summary
 
Fields inherited from interface ca.odell.glazedlists.util.concurrent.LockFactory
DEFAULT
 
Constructor Summary
J2SE50LockFactory()
           
 
Method Summary
 Lock createLock()
          Create a Lock.
 ReadWriteLock createReadWriteLock()
          Create a ReadWriteLock.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2SE50LockFactory

public J2SE50LockFactory()
Method Detail

createReadWriteLock

public ReadWriteLock createReadWriteLock()
Description copied from interface: LockFactory
Create a ReadWriteLock.

Specified by:
createReadWriteLock in interface LockFactory

createLock

public Lock createLock()
Description copied from interface: LockFactory
Create a Lock.

Specified by:
createLock in interface LockFactory


Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2017-03-13 22:58