trait ObjectSyncNode[A <: AnyRef] extends ChippedObjectNode[A]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObjectSyncNode
- ChippedObjectNode
- ConnectedObjectNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract val choreographer: InvocationChoreographer
- Definition Classes
- ChippedObjectNode
- abstract val contract: StructureContract[A]
- Definition Classes
- ChippedObjectNode
- abstract val id: NamedIdentifier
This node's identifier
This node's identifier
- Definition Classes
- ConnectedObjectNode
- abstract val isMirrored: Boolean
- abstract val isMirroring: Boolean
- abstract def obj: A with SynchronizedObject[A]
The synchronized object.
The synchronized object.
- Definition Classes
- ObjectSyncNode → ChippedObjectNode → ConnectedObjectNode
- abstract val objectPresence: NetworkObjectPresence
- Definition Classes
- ConnectedObjectNode
- abstract val ownerID: String
The engine identifier that owns the synchronized object.
The engine identifier that owns the synchronized object. (The owner is usually the engine that have created the object)
- Definition Classes
- ConnectedObjectNode
- abstract def parent: ConnectedObjectNode[_]
This node's parent (null if this node is a root node)
This node's parent (null if this node is a root node)
- Definition Classes
- ConnectedObjectNode
- Annotations
- @Nullable()
- abstract val reference: ConnectedObjectReference
- Definition Classes
- ConnectedObjectNode
- abstract val tree: ConnectedObjectTree[_]
- Definition Classes
- ConnectedObjectNode
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nodePath: Array[NamedIdentifier]
- Definition Classes
- ConnectedObjectNode
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated