SubsumableLockHostImpl

rescala.fullmv.sgt.synchronization.SubsumableLockBundle.SubsumableLockHostImpl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes
object lockHost

Members list

Value members

Concrete methods

Inherited methods

override def createLocal[U <: SubsumableLock](create: GUID => U): U

Attributes

Definition Classes
Inherited from:
HostImpl
override def dropInstance(guid: GUID, instance: SubsumableLock): Unit

Attributes

Definition Classes
Inherited from:
HostImpl
override def getCachedOrReceiveRemote[U <: SubsumableLock](guid: GUID, instantiateReflection: => U): CacheResult[SubsumableLock, U]

Attributes

Definition Classes
Inherited from:
HostImpl

Attributes

Inherited from:
SubsumableLockHost
override def getInstance(guid: GUID): Option[SubsumableLock]

Attributes

Definition Classes
Inherited from:
HostImpl

Concrete fields

override val dummy: SubsumableLock

Inherited fields

val instances: ConcurrentMap[GUID, SubsumableLock]

Attributes

Inherited from:
HostImpl