Table of Contents

Interface ILock

Namespace
Java.Util.Concurrent.Locks
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ILock

Methods

LockInterruptibly()

void LockInterruptibly()

Exceptions

InterruptedException

LockMethod()

void LockMethod()

NewCondition()

Condition NewCondition()

Returns

Condition

Condition

TryLock()

bool TryLock()

Returns

bool

bool

TryLock(long, TimeUnit)

bool TryLock(long arg0, TimeUnit arg1)

Parameters

arg0 long

long

arg1 TimeUnit

TimeUnit

Returns

bool

bool

Exceptions

InterruptedException

Unlock()

void Unlock()