Java.Util.Concurrent.CyclicBarrier: Constructor Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and does not perform a predefined action when the barrier is tripped.
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and which will execute the given barrier action when the barrier is tripped, performed by the last thread entering the barrier.

Protected Constructors

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