lockHost

rescala.fullmv.FullMVBundle.FullMVEngine.lockHost

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
lockHost.type

Members list

Value members

Concrete methods

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

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

Inherited fields

override val dummy: SubsumableLock

Attributes

Inherited from:
SubsumableLockHostImpl
val instances: ConcurrentMap[GUID, SubsumableLock]

Attributes

Inherited from:
HostImpl