ca.odell.glazedlists.util.concurrent
Class J2SE50LockFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J2SE50LockFactory
public J2SE50LockFactory()
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