Package akka.remote

Class RemoteActorRef

    • Method Detail

      • cachedAssociation

        public Association cachedAssociation()
      • cachedAssociation_$eq

        public void cachedAssociation_$eq​(Association x$1)
      • cachedSendQueueIndex

        public int cachedSendQueueIndex()
      • cachedSendQueueIndex_$eq

        public void cachedSendQueueIndex_$eq​(int x$1)
      • getChild

        public InternalActorRef getChild​(scala.collection.Iterator<java.lang.String> name)
        Description copied from class: InternalActorRef
        Obtain ActorRef by possibly traversing the actor tree or looking it up at some provider-specific location. This method shall return the end result, i.e. not only the next step in the look-up; this will typically involve recursive invocation. A path element of ".." signifies the parent, a trailing "" element must be disregarded. If the requested path does not exist, return Nobody.
        Specified by:
        getChild in class InternalActorRef
        Parameters:
        name - (undocumented)
        Returns:
        (undocumented)
      • isTerminated

        public boolean isTerminated()
        Deprecated.
        Use context.watch(actor) and receive Terminated(actor). Since 2.2.
        Description copied from class: InternalActorRef
        INTERNAL API: Returns &ldquo;true&rdquo; if the actor is locally known to be terminated, &ldquo;false&rdquo; if alive or uncertain.
        Specified by:
        isTerminated in class InternalActorRef
        Returns:
        (undocumented)
      • isWatchIntercepted

        public boolean isWatchIntercepted​(ActorRef watchee,
                                          ActorRef watcher)
        Determine if a watch/unwatch message must be handled by the remoteWatcher actor, or sent to this remote ref
        Parameters:
        watchee - (undocumented)
        watcher - (undocumented)
        Returns:
        (undocumented)
      • localAddressToUse

        public Address localAddressToUse()
      • resume

        public void resume​(java.lang.Throwable causedByFailure)
        Specified by:
        resume in class InternalActorRef