Packages

final class ChippedObjectAdapter[A <: AnyRef] extends ChippedObject[A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChippedObjectAdapter
  2. ChippedObject
  3. ConnectedObject
  4. DynamicNetworkObject
  5. NetworkObject
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChippedObjectAdapter(connected: A)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. val connected: A
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def getChoreographer: InvocationChoreographer

    returns

    the invocation choreographer of this object

    Definition Classes
    ChippedObjectAdapterChippedObject
    See also

    InvocationChoreographer

  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def getClassDef: SyncClassDef
  12. def getNode: ChippedObjectNode[A]

    this object's node.

    this object's node.

    Definition Classes
    ChippedObjectAdapterChippedObjectConnectedObject
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def initialize(node: ChippedObjectNode[A]): Unit
  15. def isInitialized: Boolean

    Note: a connected object is always initialized if it was retrieved normally.

    Note: a connected object is always initialized if it was retrieved normally.

    returns

    true if the object is initialized.

    Definition Classes
    ChippedObjectAdapterConnectedObject
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val isMirrored: Boolean
    Definition Classes
    ChippedObjectAdapterChippedObject
  18. def isOrigin: Boolean

    returns

    true because chipped objects that are not SynchronizedObjects can only be present on their owning engine. If this object is sent to another engine, the resulting object will become a mirroring object. The mirroring object's sync implementation is specified by the contract descriptor data.

    Definition Classes
    ChippedObjectAdapterConnectedObject
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def presence: NetworkObjectPresence
  23. def reference: ConnectedObjectReference

    The unique reference of the object.

    The unique reference of the object.

    Definition Classes
    ChippedObjectAdapterConnectedObjectNetworkObject
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. 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 ChippedObject[A]

Inherited from ConnectedObject[A]

Inherited from AnyRef

Inherited from Any

Ungrouped