Show / Hide Table of Contents

Enum ThreadGateState

ThreadGate state enum.

Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public enum ThreadGateState

Fields

Name Description
Closed

A single thread is inside the gates; other threads cannot enter.

Closing

A thread is waiting to be the only thread inside the gates; other threads can only exit.

Destroyed

Life-cycle is complete; the object is no longer usable.

Open

Threads may enter and exit the gates.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.