Java API Reference for Oracle® Coherence Community Edition
(14.1.1.0.5)
- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- com.oracle.coherence.common.util.ThreadGate<R>
-
- com.tangosol.util.ThreadGate<R>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.oracle.coherence.common.util.ThreadGate
com.oracle.coherence.common.util.ThreadGate.LiteContender, com.oracle.coherence.common.util.ThreadGate.NonReentrant<R>
-
Field Summary
-
Fields inherited from class com.oracle.coherence.common.util.ThreadGate
f_atomicState, f_exitSentry, f_openSentry, GATE_CLOSED, GATE_CLOSING, GATE_DESTROYED, GATE_OPEN
-
Constructor Summary
Constructors
Constructor and Description |
ThreadGate()
Default constructor.
|
ThreadGate(R resource)
Construct a gate protecting the specified resource.
|
-
Method Summary
-
Methods inherited from class com.oracle.coherence.common.util.ThreadGate
adjustThreadLocalEnters, barEntry, barEntry, barEntryInternal, close, close, close, closeInternal, decrementEnterCount, decrementEnterCountComplex, destroy, destroy, destroyInternal, doWait, ensureEnterCountMap, enter, enter, enter, enterInternal, exit, exit, exitInternal, getActiveCount, getCloseCount, getCloser, getEnterCount, getStatus, incrementEnterCount, isClosed, isClosedBy, isClosedByCurrentThread, isClosedByInternal, isEnteredBy, isEnteredByCurrentThread, isEnteredByInternal, makeCounter, makeCounterFromHolder, onInterruptedException, open, open, openInternal, setCloseCount, setCloser, toString, updateStatus
-
Methods inherited from interface com.oracle.coherence.common.util.Gate
barEntry, close, close, enter, enter, exit, isClosed, isClosedByCurrentThread, isEnteredByCurrentThread, open
-
-
Constructor Detail
-
ThreadGate
public ThreadGate()
Default constructor.
Java API Reference for Oracle® Coherence Community Edition
(14.1.1.0.5)
- Detail:
- Field |
- Constr |
- Method
Copyright © 2000, 2020, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.