Packages

t

fr.linkit.api.gnom.cache.sync

SynchronizedObject

trait SynchronizedObject[A <: AnyRef] extends ChippedObject[A]

This interface depicts a synchronized object.
SynchronizedObject classes are dynamically generated and extends the class A
Handwritten classes may not implement this interface.

See also

fr.linkit.api.gnom.cache.obj.generation.SyncClassCenter

SyncInstanceInstantiator

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

Abstract Value Members

  1. abstract def getChoreographer: InvocationChoreographer

    returns

    the invocation choreographer of this object

    Definition Classes
    ChippedObject
    See also

    InvocationChoreographer

  2. abstract def getClassDef: SyncClassDef
    Definition Classes
    ConnectedObject
  3. abstract def getNode: ObjectSyncNode[A]

    this object's node.

    this object's node.

    Definition Classes
    SynchronizedObjectChippedObjectConnectedObject
  4. abstract def getPuppeteer: Puppeteer[A]

    returns

    The used Puppeteer of this object.

    See also

    Puppeteer

  5. abstract def getSourceClass: Class[A]

    returns

    the original type of the synchronized object

  6. abstract 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
    ConnectedObject
  7. abstract def isMirrored: Boolean
    Definition Classes
    ChippedObject
  8. abstract def isMirroring: Boolean

    returns

    true if this object is a distant object that is mirroring on current engine a distant implementation

  9. abstract def isOrigin: Boolean

    returns

    true if this object is the original among other copies of the same object on other clients.
    An original object can ONLY be present on the current engine.

    Definition Classes
    ConnectedObject
  10. abstract def presence: NetworkObjectPresence
    Definition Classes
    DynamicNetworkObject
  11. abstract def reference: ConnectedObjectReference

    The unique reference of the object.

    The unique reference of the object.

    Definition Classes
    ConnectedObjectNetworkObject

Concrete 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. final def connected: A
    Definition Classes
    SynchronizedObjectConnectedObject
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. 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