Packages

class ConnectedObjectReference extends SharedCacheReference

All the information that allows to retrieve the synchronized object node.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectedObjectReference
  2. SharedCacheReference
  3. SharedCacheManagerReference
  4. NetworkObjectReference
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConnectedObjectReference(family: String, cacheID: Int, ownerID: String, nodePath: Array[NamedIdentifier])

    cacheID

    the object cache identifier

    ownerID

    the owner of the object (the engine's identifier that created the object) NOTE: The value of this field have no influence on the reference location linking, it's just informal.

    nodePath

    the path of the object's node in its fr.linkit.api.gnom.cache.sync.tree.ConnectedObjectTree

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def /(cacheID: Int): SharedCacheReference
    Definition Classes
    SharedCacheManagerReference
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asSuper: Option[SharedCacheReference]
  7. val cacheID: Int
    Definition Classes
    SharedCacheReference
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
  11. val family: String
    Definition Classes
    SharedCacheManagerReference
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val nodePath: Array[NamedIdentifier]
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. val ownerID: String
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString: String
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. 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 SharedCacheReference

Inherited from NetworkObjectReference

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped