class Registry extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Registry
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Registry()

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 bind[T, R](binding: Binding[T, R])(function: T): Unit
  6. def bind[T](name: String)(function: T)(implicit builder: BindingBuilder[T, _]): Unit
  7. def bindSbj[T, U, R](binding: Binding[U, R])(function: T)(implicit subjective: SubjectiveBinding[T, U]): Unit
  8. def bindSbj[T, U](name: String)(function: T)(implicit subjective: SubjectiveBinding[T, U], builder: BindingBuilder[U, _]): Unit
  9. def bindValue[T](name: String)(function: T)(implicit builder: Value[T, _]): Unit
  10. def bindValueSbj[T, U](name: String)(function: T)(implicit subjective: SubjectiveBinding[T, U], builder: Value[U, _]): Unit
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def connect(connector: Connector[Protocol]): Future[RemoteRef]
  13. def connectWithCallback(connector: Connector[Protocol])(handler: (Try[RemoteRef]) => Unit): Unit
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def listen(listener: Listener[Protocol]): Try[Unit]
  20. def listenWithCallback(listener: Listener[Protocol])(handler: (Try[RemoteRef]) => Unit): Try[Unit]
  21. def lookup[T, R](binding: Binding[T, R], remote: RemoteRef): R
  22. def lookup[T](name: String, remote: RemoteRef)(implicit builder: BindingBuilder[T, _]): Result
  23. def lookupValue[T](name: String, remote: RemoteRef)(implicit builder: Value[T, _]): BindingBuilder.Value.Result
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val remoteJoined: Stream[RemoteRef]
  28. val remoteLeft: Stream[RemoteRef]
  29. def remotes: List[RemoteRef]
  30. def running: Boolean
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def terminate(): Unit
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. 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 AnyRef

Inherited from Any

Ungrouped