java.lang.Object |
↳ |
com.pnfsoftware.jeb.util.serialization.objects.SerReentrantReadWriteLock |
Class Overview
Wrapper for a Java ReentrantReadWriteLock that supports serialization
.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.util.concurrent.locks.ReadWriteLock
abstract
Lock
|
readLock()
|
abstract
Lock
|
writeLock()
|
|
Public Constructors
public
SerReentrantReadWriteLock
()
public
SerReentrantReadWriteLock
(boolean fair)
Public Methods
public
ReentrantReadWriteLock
get
()
public
final
int
getQueueLength
()
public
int
getReadHoldCount
()
public
int
getReadLockCount
()
public
int
getWaitQueueLength
(Condition condition)
public
int
getWriteHoldCount
()
public
final
boolean
hasQueuedThread
(Thread thread)
public
final
boolean
hasQueuedThreads
()
public
boolean
hasWaiters
(Condition condition)
public
final
boolean
isFair
()
public
boolean
isWriteLocked
()
public
boolean
isWriteLockedByCurrentThread
()
public
ReentrantReadWriteLock.ReadLock
readLock
()
public
ReentrantReadWriteLock.WriteLock
writeLock
()