Class

rescala.fullmv.mirrors

SubsumableLockReflection

Related Doc: package mirrors

Permalink

class SubsumableLockReflection extends SubsumableLock

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubsumableLockReflection
  2. SubsumableLock
  3. Hosted
  4. SubsumableLockProxy
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SubsumableLockReflection(host: SubsumableLockHost, guid: GUID, proxy: SubsumableLockProxy)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def asyncRemoteRefDropped(): Unit

    Permalink
    Definition Classes
    SubsumableLockSubsumableLockProxy
  6. def asyncUnlock(): Unit

    Permalink
    Definition Classes
    SubsumableLock
  7. def asyncUnlock0(): Unit

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  9. def dumped(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SubsumableLockReflectionSubsumableLock
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  13. def getLockedRoot: Future[LockStateResult0]

    Permalink
  14. val guid: GUID

    Permalink
    Definition Classes
    SubsumableLockReflectionHosted
  15. def hashCode(): Int

    Permalink
    Definition Classes
    Hosted → AnyRef → Any
  16. val hc: Int

    Permalink
    Definition Classes
    Hosted
  17. val host: SubsumableLockHost

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def localAddRefs(refs: Int): Unit

    Permalink
    Definition Classes
    SubsumableLock
    Annotations
    @tailrec()
  20. def localSubRefs(refs: Int): Unit

    Permalink
    Definition Classes
    SubsumableLock
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  24. val proxy: SubsumableLockProxy

    Permalink
  25. val refCount: AtomicInteger

    Permalink
    Definition Classes
    SubsumableLock
  26. def remoteTryLock(): Future[RemoteTryLockResult]

    Permalink
  27. final def remoteTryLockNoTail(): Future[RemoteTryLockResult]

    Permalink
    Definition Classes
    SubsumableLockProxy
  28. def remoteTrySubsume(lockedNewParent: SubsumableLock): Future[RemoteTrySubsumeResult]

    Permalink
  29. final def remoteTrySubsumeNoTail(lockedNewParent: SubsumableLock): Future[RemoteTrySubsumeResult]

    Permalink
    Definition Classes
    SubsumableLockProxy
  30. def remoteUnlock(): Unit

    Permalink
  31. def remotelyEquals(obj: Hosted[SubsumableLock]): Boolean

    Permalink
    Definition Classes
    Hosted
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    SubsumableLockReflection → AnyRef → Any
  34. final def tryLocalAddRefs(refs: Int): Boolean

    Permalink
    Definition Classes
    SubsumableLock
    Annotations
    @tailrec()
  35. def tryLock0(hopCount: Int): Future[TryLockResult0]

    Permalink
  36. final def tryLock0NoTail(hopCount: Int): Future[TryLockResult0]

    Permalink
    Definition Classes
    SubsumableLock
  37. def trySubsume0(hopCount: Int, lockedNewParent: SubsumableLock): Future[TrySubsumeResult0]

    Permalink
  38. def trySubsume0NoTail(hopCount: Int, lockedNewParent: SubsumableLock): Future[TrySubsumeResult0]

    Permalink
    Definition Classes
    SubsumableLock
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SubsumableLock

Inherited from Hosted[SubsumableLock]

Inherited from SubsumableLockProxy

Inherited from AnyRef

Inherited from Any

Ungrouped