t

fr.linkit.engine.gnom.cache.sync.tree.node

InternalObjectSyncNode

trait InternalObjectSyncNode[A <: AnyRef] extends InternalChippedObjectNode[A] with ObjectSyncNode[A] with MutableSyncNode[A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalObjectSyncNode
  2. MutableSyncNode
  3. ObjectSyncNode
  4. InternalChippedObjectNode
  5. ChippedObjectNode
  6. InternalNode
  7. TrafficInterestedNode
  8. MutableNode
  9. ConnectedObjectNode
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def addChild(child: MutableNode[_]): Unit
    Definition Classes
    MutableNode
  2. abstract val chip: Chip[A]
    Definition Classes
    InternalChippedObjectNode
  3. abstract val choreographer: InvocationChoreographer
    Definition Classes
    ChippedObjectNode
  4. abstract val contract: StructureContract[A]
    Definition Classes
    ChippedObjectNode
  5. abstract def discoverParent(node: ObjectSyncNodeImpl[_]): Unit
    Definition Classes
    MutableNode
  6. abstract def getChild[B <: AnyRef](id: NamedIdentifier): Option[MutableNode[B]]
    Definition Classes
    MutableNode
  7. abstract def getMatchingSyncNode(origin: AnyRef): MutableSyncNode[_ <: AnyRef]
    Definition Classes
    MutableSyncNode
    Annotations
    @Nullable()
  8. abstract def handlePacket(packet: InvocationPacket, senderID: String, response: Submitter[Unit]): Unit
    Definition Classes
    TrafficInterestedNode
  9. abstract val id: NamedIdentifier

    This node's identifier

    This node's identifier

    Definition Classes
    ConnectedObjectNode
  10. abstract val isMirrored: Boolean
    Definition Classes
    ObjectSyncNode
  11. abstract val isMirroring: Boolean
    Definition Classes
    ObjectSyncNode
  12. abstract def obj: A with SynchronizedObject[A]

    The synchronized object.

    The synchronized object.

    Definition Classes
    ObjectSyncNodeChippedObjectNodeConnectedObjectNode
  13. abstract val objectPresence: NetworkObjectPresence
    Definition Classes
    ConnectedObjectNode
  14. 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
  15. 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()
  16. abstract val puppeteer: Puppeteer[A]
  17. abstract val reference: ConnectedObjectReference
    Definition Classes
    ConnectedObjectNode
  18. abstract val tree: ConnectedObjectTree[_]
    Definition Classes
    ConnectedObjectNode

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. lazy val nodePath: Array[NamedIdentifier]
    Definition Classes
    ConnectedObjectNode
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from MutableSyncNode[A]

Inherited from ObjectSyncNode[A]

Inherited from InternalChippedObjectNode[A]

Inherited from ChippedObjectNode[A]

Inherited from InternalNode[A]

Inherited from TrafficInterestedNode[A]

Inherited from MutableNode[A]

Inherited from ConnectedObjectNode[A]

Inherited from AnyRef

Inherited from Any

Ungrouped