C# Class java.util.concurrent.locks.ReentrantReadWriteLock

Inheritance: java.lang.Object, ReadWriteLock, java.io.Serializable
Mostrar archivo Open project: JeroMiya/androidmono

Public Methods

Method Description
ReentrantReadWriteLock ( bool arg0 )
getQueueLength ( ) : int
getReadHoldCount ( ) : int
getReadLockCount ( ) : int
getWaitQueueLength ( java arg0 ) : int
getWriteHoldCount ( ) : int
hasQueuedThread ( java arg0 ) : bool
hasQueuedThreads ( ) : bool
hasWaiters ( java arg0 ) : bool
isFair ( ) : bool
isWriteLocked ( ) : bool
isWriteLockedByCurrentThread ( ) : bool
readLock ( ) : global::java.util.concurrent.locks.Lock
toString ( ) : global::java.lang.String
writeLock ( ) : global::java.util.concurrent.locks.Lock

Protected Methods

Method Description
ReentrantReadWriteLock ( global @__env )
getOwner ( ) : global::java.lang.Thread
getQueuedReaderThreads ( ) : global::java.util.Collection
getQueuedThreads ( ) : global::java.util.Collection
getQueuedWriterThreads ( ) : global::java.util.Collection
getWaitingThreads ( java arg0 ) : global::java.util.Collection

Private Methods

Method Description
ReentrantReadWriteLock ( )

Method Details

ReentrantReadWriteLock() public method

public ReentrantReadWriteLock ( bool arg0 )
arg0 bool

ReentrantReadWriteLock() protected method

protected ReentrantReadWriteLock ( global @__env )
@__env global

getOwner() protected method

protected getOwner ( ) : global::java.lang.Thread
return global::java.lang.Thread

getQueueLength() public method

public getQueueLength ( ) : int
return int

getQueuedReaderThreads() protected method

protected getQueuedReaderThreads ( ) : global::java.util.Collection
return global::java.util.Collection

getQueuedThreads() protected method

protected getQueuedThreads ( ) : global::java.util.Collection
return global::java.util.Collection

getQueuedWriterThreads() protected method

protected getQueuedWriterThreads ( ) : global::java.util.Collection
return global::java.util.Collection

getReadHoldCount() public method

public getReadHoldCount ( ) : int
return int

getReadLockCount() public method

public getReadLockCount ( ) : int
return int

getWaitQueueLength() public method

public getWaitQueueLength ( java arg0 ) : int
arg0 java
return int

getWaitingThreads() protected method

protected getWaitingThreads ( java arg0 ) : global::java.util.Collection
arg0 java
return global::java.util.Collection

getWriteHoldCount() public method

public getWriteHoldCount ( ) : int
return int

hasQueuedThread() public method

public hasQueuedThread ( java arg0 ) : bool
arg0 java
return bool

hasQueuedThreads() public method

public hasQueuedThreads ( ) : bool
return bool

hasWaiters() public method

public hasWaiters ( java arg0 ) : bool
arg0 java
return bool

isFair() public method

public isFair ( ) : bool
return bool

isWriteLocked() public method

public isWriteLocked ( ) : bool
return bool

isWriteLockedByCurrentThread() public method

public isWriteLockedByCurrentThread ( ) : bool
return bool

readLock() public method

public readLock ( ) : global::java.util.concurrent.locks.Lock
return global::java.util.concurrent.locks.Lock

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String

writeLock() public method

public writeLock ( ) : global::java.util.concurrent.locks.Lock
return global::java.util.concurrent.locks.Lock