C# Class java.util.concurrent.Semaphore

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

Méthodes publiques

Méthode Description
Semaphore ( int arg0 )
Semaphore ( int arg0, bool arg1 )
acquire ( ) : void
acquire ( int arg0 ) : void
acquireUninterruptibly ( ) : void
acquireUninterruptibly ( int arg0 ) : void
availablePermits ( ) : int
drainPermits ( ) : int
getQueueLength ( ) : int
hasQueuedThreads ( ) : bool
isFair ( ) : bool
release ( ) : void
release ( int arg0 ) : void
toString ( ) : global::java.lang.String
tryAcquire ( ) : bool
tryAcquire ( int arg0 ) : bool
tryAcquire ( int arg0, long arg1, java arg2 ) : bool
tryAcquire ( long arg0, java arg1 ) : bool

Méthodes protégées

Méthode Description
Semaphore ( global @__env )
getQueuedThreads ( ) : global::java.util.Collection
reducePermits ( int arg0 ) : void

Private Methods

Méthode Description
Semaphore ( )

Method Details

Semaphore() protected méthode

protected Semaphore ( global @__env )
@__env global

Semaphore() public méthode

public Semaphore ( int arg0 )
arg0 int

Semaphore() public méthode

public Semaphore ( int arg0, bool arg1 )
arg0 int
arg1 bool

acquire() public méthode

public acquire ( ) : void
Résultat void

acquire() public méthode

public acquire ( int arg0 ) : void
arg0 int
Résultat void

acquireUninterruptibly() public méthode

public acquireUninterruptibly ( ) : void
Résultat void

acquireUninterruptibly() public méthode

public acquireUninterruptibly ( int arg0 ) : void
arg0 int
Résultat void

availablePermits() public méthode

public availablePermits ( ) : int
Résultat int

drainPermits() public méthode

public drainPermits ( ) : int
Résultat int

getQueueLength() public méthode

public getQueueLength ( ) : int
Résultat int

getQueuedThreads() protected méthode

protected getQueuedThreads ( ) : global::java.util.Collection
Résultat global::java.util.Collection

hasQueuedThreads() public méthode

public hasQueuedThreads ( ) : bool
Résultat bool

isFair() public méthode

public isFair ( ) : bool
Résultat bool

reducePermits() protected méthode

protected reducePermits ( int arg0 ) : void
arg0 int
Résultat void

release() public méthode

public release ( ) : void
Résultat void

release() public méthode

public release ( int arg0 ) : void
arg0 int
Résultat void

toString() public méthode

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

tryAcquire() public méthode

public tryAcquire ( ) : bool
Résultat bool

tryAcquire() public méthode

public tryAcquire ( int arg0 ) : bool
arg0 int
Résultat bool

tryAcquire() public méthode

public tryAcquire ( int arg0, long arg1, java arg2 ) : bool
arg0 int
arg1 long
arg2 java
Résultat bool

tryAcquire() public méthode

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