c

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

UnknownObjectSyncNode

class UnknownObjectSyncNode extends MutableSyncNode[AnyRef]

Linear Supertypes
MutableSyncNode[AnyRef], MutableNode[AnyRef], ConnectedObjectNode[AnyRef], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnknownObjectSyncNode
  2. MutableSyncNode
  3. MutableNode
  4. ConnectedObjectNode
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnknownObjectSyncNode(data: NodeData[AnyRef])

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. def addChild(child: MutableNode[_]): Unit
    Definition Classes
    UnknownObjectSyncNodeMutableNode
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def discoverParent(node: ObjectSyncNodeImpl[_]): Unit
    Definition Classes
    UnknownObjectSyncNodeMutableNode
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def getChild[B <: AnyRef](id: NamedIdentifier): Option[MutableNode[B]]
    Definition Classes
    UnknownObjectSyncNodeMutableNode
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def getMatchingSyncNode(origin: AnyRef): MutableSyncNode[_ <: AnyRef]
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. val id: NamedIdentifier

    This node's identifier

    This node's identifier

    Definition Classes
    UnknownObjectSyncNodeConnectedObjectNode
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. lazy val nodePath: Array[NamedIdentifier]
    Definition Classes
    ConnectedObjectNode
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def obj: ConnectedObject[AnyRef]
  21. val objectPresence: NetworkObjectPresence
  22. 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
    UnknownObjectSyncNodeConnectedObjectNode
  23. def parent: MutableNode[_]

    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
    UnknownObjectSyncNodeConnectedObjectNode
  24. val reference: ConnectedObjectReference
  25. def setAsKnownObjectNode[A <: AnyRef](data: SyncObjectNodeData[A]): ObjectSyncNode[A]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. val tree: ConnectedObjectTree[_]
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. 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[AnyRef]

Inherited from MutableNode[AnyRef]

Inherited from ConnectedObjectNode[AnyRef]

Inherited from AnyRef

Inherited from Any

Ungrouped