Java™ Platform
Standard Ed. 8
compact1, compact2, compact3
java.util.concurrent.locks

Class AbstractQueuedLongSynchronizer.ConditionObject

  • java.lang.Object
    • java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
  • All Implemented Interfaces:
    Serializable, Condition
    Enclosing class:
    AbstractQueuedLongSynchronizer


    public class AbstractQueuedLongSynchronizer.ConditionObject
    extends Object
    implements Condition, Serializable
    Condition implementation for a AbstractQueuedLongSynchronizer serving as the basis of a Lock implementation.

    Method documentation for this class describes mechanics, not behavioral specifications from the point of view of Lock and Condition users. Exported versions of this class will in general need to be accompanied by documentation describing condition semantics that rely on those of the associated AbstractQueuedLongSynchronizer.

    This class is Serializable, but all fields are transient, so deserialized conditions have no waiters.

    Since:
    1.6
    See Also:
    Serialized Form
Java™ Platform
Standard Ed. 8

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部