Packages

class ObjectPuppeteer[S <: AnyRef] extends Puppeteer[S]

Linear Supertypes
Puppeteer[S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectPuppeteer
  2. Puppeteer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ObjectPuppeteer(channel: RequestPacketChannel, cache: ConnectedObjectCache[_], nodeReference: ConnectedObjectReference)

Type Members

  1. trait RMIDispatcher extends AnyRef
    Definition Classes
    Puppeteer
  2. class ObjectRMIDispatcher extends RMIDispatcher

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. val cache: ConnectedObjectCache[_]

    The object center that stores the synchronized object.

    The object center that stores the synchronized object.

    Definition Classes
    ObjectPuppeteerPuppeteer
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. val currentIdentifier: String

    The identifier of the current engine.

    The identifier of the current engine.

    Definition Classes
    ObjectPuppeteerPuppeteer
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def isCurrentEngineOwner: Boolean

    returns

    true if the current engine have created the synchronized object.

    Definition Classes
    ObjectPuppeteerPuppeteer
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val network: Network
    Definition Classes
    ObjectPuppeteerPuppeteer
  16. val nodeReference: ConnectedObjectReference

    The synchronized object's node informations.

    The synchronized object's node informations.

    Definition Classes
    ObjectPuppeteerPuppeteer
  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

    The engine's identifier that have created the synchronized object

    The engine's identifier that have created the synchronized object

    Definition Classes
    Puppeteer
  20. def sendInvoke(invocation: DispatchableRemoteMethodInvocation[_]): Unit

    Send an RMI Invocation based on the given agreement and invocation without waiting for any result.

    Send an RMI Invocation based on the given agreement and invocation without waiting for any result.

    invocation

    the method's invocation information.

    Definition Classes
    ObjectPuppeteerPuppeteer
  21. def sendInvokeAndWaitResult[R](invocation: DispatchableRemoteMethodInvocation[R]): R

    Send an RMI invocation based on the given agreement and invocation and waits for any result (return value or exception)

    Send an RMI invocation based on the given agreement and invocation and waits for any result (return value or exception)

    R

    the return type of the RMI result value.

    invocation

    the method's invocation information.

    returns

    the RMI result value

    Definition Classes
    ObjectPuppeteerPuppeteer
    Exceptions thrown

    RMIException if any exception was received from the RMI response.

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

Inherited from AnyRef

Inherited from Any

Ungrouped