Packages

c

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