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

Inheritance: java.lang.Object, Lock, java.io.Serializable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
@lock ( ) : void
getHoldCount ( ) : int
isHeldByCurrentThread ( ) : bool
lockInterruptibly ( ) : void
newCondition ( ) : global::java.util.concurrent.locks.Condition
toString ( ) : global::java.lang.String
tryLock ( ) : bool
tryLock ( long arg0, java arg1 ) : bool
unlock ( ) : void

Méthodes protégées

Méthode Description
WriteLock ( global @__env )
WriteLock ( java arg0 )

Private Methods

Méthode Description
WriteLock ( )

Method Details

@lock() public méthode

public @lock ( ) : void
Résultat void

WriteLock() protected méthode

protected WriteLock ( global @__env )
@__env global

WriteLock() protected méthode

protected WriteLock ( java arg0 )
arg0 java

getHoldCount() public méthode

public getHoldCount ( ) : int
Résultat int

isHeldByCurrentThread() public méthode

public isHeldByCurrentThread ( ) : bool
Résultat bool

lockInterruptibly() public méthode

public lockInterruptibly ( ) : void
Résultat void

newCondition() public méthode

public newCondition ( ) : global::java.util.concurrent.locks.Condition
Résultat global::java.util.concurrent.locks.Condition

toString() public méthode

public toString ( ) : global::java.lang.String
Résultat global::java.lang.String

tryLock() public méthode

public tryLock ( ) : bool
Résultat bool

tryLock() public méthode

public tryLock ( long arg0, java arg1 ) : bool
arg0 long
arg1 java
Résultat bool

unlock() public méthode

public unlock ( ) : void
Résultat void