Packages

c

fr.linkit.api.gnom.cache.sync

OriginReferencedConnectedObjectReference

case class OriginReferencedConnectedObjectReference(syncReference: ConnectedObjectReference, originReference: NetworkObjectReference) extends ConnectedObjectReference with Product with Serializable

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

Instance Constructors

  1. new OriginReferencedConnectedObjectReference(syncReference: ConnectedObjectReference, originReference: NetworkObjectReference)

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]
    Definition Classes
    ConnectedObjectReference
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. val originReference: NetworkObjectReference
  20. val ownerID: String
    Definition Classes
    ConnectedObjectReference
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. val syncReference: ConnectedObjectReference
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString: String
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. 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 Product

Inherited from Equals

Inherited from SharedCacheReference

Inherited from NetworkObjectReference

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped