akka.remoteinterface

RemoteClientModule

trait RemoteClientModule extends RemoteModule

Self Type
RemoteClientModule with RemoteModule
Linear Supertypes
RemoteModule, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RemoteClientModule
  2. RemoteModule
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def actorFor (serviceId: String, className: String, timeout: Long, hostname: String, port: Int, loader: Option[ClassLoader]): ActorRef

    Attributes
    protected[akka] abstract
  2. def optimizeLocalScoped_? (): Boolean

    Attributes
    abstract
    Definition Classes
    RemoteModule
  3. def restartClientConnection (address: InetSocketAddress): Boolean

    Restarts a specific client connected to the supplied remote address, but only if the client is not shut down

    Restarts a specific client connected to the supplied remote address, but only if the client is not shut down

    Attributes
    abstract
  4. def send [T] (message: Any, senderOption: Option[ActorRef], senderFuture: Option[CompletableFuture[T]], remoteAddress: InetSocketAddress, timeout: Long, isOneWay: Boolean, actorRef: ActorRef, typedActorInfo: Option[(String, String)], actorType: ActorType, loader: Option[ClassLoader]): Option[CompletableFuture[T]]

    Attributes
    protected[akka] abstract
  5. def shutdownClientConnection (address: InetSocketAddress): Boolean

    Shuts down a specific client connected to the supplied remote address returns true if successful

    Shuts down a specific client connected to the supplied remote address returns true if successful

    Attributes
    abstract
  6. def shutdownClientModule (): Unit

    Clean-up all open connections.

    Clean-up all open connections.

    Attributes
    abstract
  7. def typedActorFor [T] (intfClass: Class[T], serviceId: String, implClassName: String, timeout: Long, host: String, port: Int, loader: Option[ClassLoader]): T

    Methods that needs to be implemented by a transport *

    Methods that needs to be implemented by a transport *

    Attributes
    protected[akka] abstract
  8. def clientManagedActorOf (factory: () ⇒ Actor, host: String, port: Int): ActorRef

    Attributes
    abstract
    Annotations
    @deprecated
    Deprecated

    Will be removed after 1.1

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val UUID_PREFIX : String

    Definition Classes
    RemoteModule
  7. def actorFor (serviceId: String, className: String, timeout: Long, hostname: String, port: Int): ActorRef

  8. def actorFor (classNameOrServiceId: String, timeout: Long, hostname: String, port: Int, loader: ClassLoader): ActorRef

  9. def actorFor (classNameOrServiceId: String, timeout: Long, hostname: String, port: Int): ActorRef

  10. def actorFor (serviceId: String, className: String, hostname: String, port: Int, loader: ClassLoader): ActorRef

  11. def actorFor (serviceId: String, className: String, hostname: String, port: Int): ActorRef

  12. def actorFor (classNameOrServiceId: String, hostname: String, port: Int, loader: ClassLoader): ActorRef

  13. def actorFor (classNameOrServiceId: String, hostname: String, port: Int): ActorRef

  14. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  15. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  17. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  20. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  26. def toString (): String

    Definition Classes
    AnyRef → Any
  27. def typedActorFor [T] (intfClass: Class[T], serviceId: String, implClassName: String, timeout: Long, hostname: String, port: Int, loader: ClassLoader): T

  28. def typedActorFor [T] (intfClass: Class[T], serviceIdOrClassName: String, timeout: Long, hostname: String, port: Int, loader: ClassLoader): T

  29. def typedActorFor [T] (intfClass: Class[T], serviceIdOrClassName: String, timeout: Long, hostname: String, port: Int): T

  30. def typedActorFor [T] (intfClass: Class[T], serviceIdOrClassName: String, hostname: String, port: Int): T

  31. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def addListener (listener: ActorRef): Unit

    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.addListener, this method will be removed in the future

  2. def foreachListener (f: (ActorRef) ⇒ Unit): Unit

    Attributes
    protected[akka]
    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.foreachListener, this method will be removed in the future

  3. def hasListener (listener: ActorRef): Boolean

    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.hasListener, this method will be removed in the future

  4. def hasListeners : Boolean

    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.hasListeners, this method will be removed in the future

  5. def notifyListeners (message: ⇒ Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    RemoteClientModuleRemoteModule
    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.notify, this method will be removed in the future

  6. def removeListener (listener: ActorRef): Unit

    Annotations
    @deprecated
    Deprecated

    This method now delegates to EventHandler.removeListener, this method will be removed in the future

Inherited from RemoteModule

Inherited from AnyRef

Inherited from Any