Packages

c

fr.linkit.engine.gnom.referencing.linker

ObjectChannelContextObjectLinker

class ObjectChannelContextObjectLinker extends ContextObjectLinker

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

Instance Constructors

  1. new ObjectChannelContextObjectLinker(builder: PersistenceConfigBuilder)

Value Members

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

    tries to find a presence from

    tries to find a presence from

    Definition Classes
    ObjectChannelContextObjectLinkerNetworkPresenceHandler
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def injectRequest(bundle: LinkerRequestBundle): Unit
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isPresentOnEngine(engineId: String, ref: ContextualObjectReference): Boolean
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. def putAllNotContained(refs: Map[Int, AnyRef]): ObjectChannelContextObjectLinker.this.type
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def transferTo(linker: ContextObjectLinker): ObjectChannelContextObjectLinker.this.type
  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 ContextObjectLinker

Inherited from TrafficInterestedNPH

Inherited from AnyRef

Inherited from Any

Ungrouped