Packages

c

fr.linkit.engine.gnom.referencing.linker

NodeContextObjectLinker

class NodeContextObjectLinker extends AbstractNetworkPresenceHandler[ContextualObjectReference] with ContextObjectLinker

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeContextObjectLinker
  2. ContextObjectLinker
  3. NetworkObjectLinker
  4. AbstractNetworkPresenceHandler
  5. TrafficInterestedNPH
  6. NetworkPresenceHandler
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NodeContextObjectLinker(parent: ContextObjectLinker, omc: ObjectManagementChannel)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ++=(other: NodeContextObjectLinker): NodeContextObjectLinker.this.type
  4. def ++=(refs: AnyRef*): NodeContextObjectLinker.this.type
  5. def ++=(refs: Map[Int, AnyRef]): NodeContextObjectLinker.this.type
  6. def +=(code: Int, anyRef: AnyRef): NodeContextObjectLinker.this.type
  7. def +=(anyRef: AnyRef): NodeContextObjectLinker.this.type
  8. def -=(ref: AnyRef): NodeContextObjectLinker.this.type
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def findObject(reference: ContextualObjectReference): Option[NetworkObject[_ <: ContextualObjectReference]]
  15. def findPersistableReference(obj: AnyRef, coords: PacketCoordinates): Option[Int]
  16. def findReferenceID(obj: AnyRef): Option[Int]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def getPresence(ref: ContextualObjectReference): NetworkObjectPresence

    tries to find a presence from

    tries to find a presence from

    Definition Classes
    AbstractNetworkPresenceHandlerNetworkPresenceHandler
    Annotations
    @inline()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def injectRequest(bundle: LinkerRequestBundle): Unit
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isPresentOnEngine(engineId: String, ref: ContextualObjectReference): Boolean
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. def putAllNotContained(refs: Map[Int, AnyRef]): NodeContextObjectLinker.this.type
  27. def registerReference(ref: ContextualObjectReference): Unit
    Attributes
    protected
    Definition Classes
    AbstractNetworkPresenceHandler
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AbstractNetworkPresenceHandler → AnyRef → Any
  30. def transferTo(linker: ContextObjectLinker): NodeContextObjectLinker.this.type
  31. def unregisterReference(ref: ContextualObjectReference): Unit
    Attributes
    protected
    Definition Classes
    AbstractNetworkPresenceHandler
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. 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

Ungrouped