Java.Util.Concurrent.Semaphore: Constructor Members

The constructors of Java.Util.Concurrent.Semaphore are listed below. For a list of all members, see the Semaphore Members list.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a Semaphore with the given number of permits and nonfair fairness setting.
Creates a Semaphore with the given number of permits and the given fairness setting.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.