SubsumableLockReflection

rescala.fullmv.mirrors.SubsumableLockReflection
class SubsumableLockReflection(val host: SubsumableLockHost, val guid: GUID, val proxy: SubsumableLockProxy) extends SubsumableLock

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def asyncUnlock0(): Unit

Attributes

Definition Classes

Attributes

Definition Classes

Attributes

Definition Classes

Attributes

Definition Classes
override def remoteUnlock(): Unit

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
override def tryLock0(hopCount: Int): Future[TryLockResult0]

Attributes

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

Attributes

Definition Classes

Inherited methods

override def asyncRemoteRefDropped(): Unit

Attributes

Definition Classes
Inherited from:
SubsumableLock
def asyncUnlock(): Unit

Attributes

Inherited from:
SubsumableLock
override def hashCode(): Int

Calculate a hash code value for the object.

Calculate a hash code value for the object.

The default hashing algorithm is platform dependent.

Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

Attributes

Returns

the hash code value for this object.

Definition Classes
Hosted -> Any
Inherited from:
Hosted
final def localAddRefs(refs: Int): Unit

Attributes

Inherited from:
SubsumableLock
def localSubRefs(refs: Int): Unit

Attributes

Inherited from:
SubsumableLock

Attributes

Inherited from:
SubsumableLockProxy

Attributes

Inherited from:
SubsumableLockProxy

Attributes

Inherited from:
Hosted
final def tryLocalAddRefs(refs: Int): Boolean

Attributes

Inherited from:
SubsumableLock
final def tryLock0NoTail(hopCount: Int): Future[TryLockResult0]

Attributes

Inherited from:
SubsumableLock
def trySubsume0NoTail(hopCount: Int, lockedNewParent: SubsumableLock): Future[TrySubsumeResult0]

Attributes

Inherited from:
SubsumableLock

Concrete fields

override val guid: GUID
override val host: SubsumableLockHost

Inherited fields

val hc: Int

Attributes

Inherited from:
Hosted
val refCount: AtomicInteger

Attributes

Inherited from:
SubsumableLock