scala.actors.remote

TcpService

class TcpService extends Thread with Service

Annotations
@deprecated
Deprecated

(Since version 2.11.0) Use the akka.actor package instead. For migration from the scala.actors package refer to the Actors Migration Guide.

Linear Supertypes
Service, Thread, Runnable, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TcpService
  2. Service
  3. Thread
  4. Runnable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TcpService(port: Int, cl: ClassLoader)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from TcpService to any2stringadd[TcpService] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TcpService, B)

    Implicit information
    This member is added by an implicit conversion from TcpService to ArrowAssoc[TcpService] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. final def checkAccess(): Unit

    Definition Classes
    Thread
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    Thread → AnyRef
    Annotations
    @throws( ... )
  9. def connect(n: Node): TcpServiceWorker

  10. def disconnectNode(n: Node): Unit

  11. def ensuring(cond: (TcpService) ⇒ Boolean, msg: ⇒ Any): TcpService

    Implicit information
    This member is added by an implicit conversion from TcpService to Ensuring[TcpService] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (TcpService) ⇒ Boolean): TcpService

    Implicit information
    This member is added by an implicit conversion from TcpService to Ensuring[TcpService] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): TcpService

    Implicit information
    This member is added by an implicit conversion from TcpService to Ensuring[TcpService] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): TcpService

    Implicit information
    This member is added by an implicit conversion from TcpService to Ensuring[TcpService] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from TcpService to StringFormat[TcpService] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getConnection(n: Node): Option[TcpServiceWorker]

  21. def getContextClassLoader(): ClassLoader

    Definition Classes
    Thread
  22. def getId(): Long

    Definition Classes
    Thread
  23. final def getName(): String

    Definition Classes
    Thread
  24. final def getPriority(): Int

    Definition Classes
    Thread
  25. def getStackTrace(): Array[StackTraceElement]

    Definition Classes
    Thread
  26. def getState(): State

    Definition Classes
    Thread
  27. final def getThreadGroup(): ThreadGroup

    Definition Classes
    Thread
  28. def getUncaughtExceptionHandler(): UncaughtExceptionHandler

    Definition Classes
    Thread
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. def interrupt(): Unit

    Definition Classes
    Thread
  31. final def isAlive(): Boolean

    Definition Classes
    Thread
  32. def isConnected(n: Node): Boolean

  33. final def isDaemon(): Boolean

    Definition Classes
    Thread
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def isInterrupted(): Boolean

    Definition Classes
    Thread
  36. def isReachable(node: Node): Boolean

  37. final def join(): Unit

    Definition Classes
    Thread
    Annotations
    @throws( ... )
  38. final def join(arg0: Long, arg1: Int): Unit

    Definition Classes
    Thread
    Annotations
    @throws( ... )
  39. final def join(arg0: Long): Unit

    Definition Classes
    Thread
    Annotations
    @throws( ... )
  40. val kernel: NetKernel

    Definition Classes
    Service
  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. def node: Node

    Definition Classes
    TcpServiceService
  43. def nodeDown(mnode: Node): Unit

  44. final def notify(): Unit

    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  46. def run(): Unit

    Definition Classes
    TcpService → Thread → Runnable
  47. def send(node: Node, data: Array[Byte]): Unit

    Sends a byte array to another node on the network.

    Sends a byte array to another node on the network. If the node is not yet up, up to TcpService.BufSize messages are buffered.

    Definition Classes
    TcpServiceService
  48. val serializer: JavaSerializer

    Definition Classes
    TcpServiceService
  49. def setContextClassLoader(arg0: ClassLoader): Unit

    Definition Classes
    Thread
  50. final def setDaemon(arg0: Boolean): Unit

    Definition Classes
    Thread
  51. final def setName(arg0: String): Unit

    Definition Classes
    Thread
  52. final def setPriority(arg0: Int): Unit

    Definition Classes
    Thread
  53. def setUncaughtExceptionHandler(arg0: UncaughtExceptionHandler): Unit

    Definition Classes
    Thread
  54. def start(): Unit

    Definition Classes
    Thread
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def terminate(): Unit

    Definition Classes
    TcpServiceService
  57. def toString(): String

    Definition Classes
    Thread → AnyRef → Any
  58. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def [B](y: B): (TcpService, B)

    Implicit information
    This member is added by an implicit conversion from TcpService to ArrowAssoc[TcpService] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def countStackFrames(): Int

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def destroy(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def resume(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. final def stop(arg0: java.lang.Throwable): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. final def stop(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. final def suspend(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Service

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TcpService to any2stringadd[TcpService]

Inherited by implicit conversion StringFormat from TcpService to StringFormat[TcpService]

Inherited by implicit conversion Ensuring from TcpService to Ensuring[TcpService]

Inherited by implicit conversion ArrowAssoc from TcpService to ArrowAssoc[TcpService]

Ungrouped