class
TcpService extends Thread with Service
Instance Constructors
-
new
TcpService(port: Int, cl: ClassLoader)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (TcpService, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
final
def
checkAccess(): Unit
-
def
clone(): AnyRef
-
def
connect(n: Node): TcpServiceWorker
-
def
disconnectNode(n: Node): Unit
-
def
ensuring(cond: (TcpService) ⇒ Boolean, msg: ⇒ Any): TcpService
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): TcpService
-
def
ensuring(cond: Boolean): TcpService
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
getConnection(n: Node): Option[TcpServiceWorker]
-
def
getContextClassLoader(): ClassLoader
-
def
getId(): Long
-
final
def
getName(): String
-
final
def
getPriority(): Int
-
def
getStackTrace(): Array[StackTraceElement]
-
def
getState(): State
-
final
def
getThreadGroup(): ThreadGroup
-
def
getUncaughtExceptionHandler(): UncaughtExceptionHandler
-
def
hashCode(): Int
-
def
interrupt(): Unit
-
final
def
isAlive(): Boolean
-
def
isConnected(n: Node): Boolean
-
final
def
isDaemon(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isInterrupted(): Boolean
-
def
isReachable(node: Node): Boolean
-
final
def
join(): Unit
-
final
def
join(arg0: Long, arg1: Int): Unit
-
final
def
join(arg0: Long): Unit
-
val
kernel: NetKernel
-
final
def
ne(arg0: AnyRef): Boolean
-
def
node: Node
-
def
nodeDown(mnode: Node): Unit
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
run(): Unit
-
def
send(node: Node, data: Array[Byte]): Unit
-
-
def
setContextClassLoader(arg0: ClassLoader): Unit
-
final
def
setDaemon(arg0: Boolean): Unit
-
final
def
setName(arg0: String): Unit
-
final
def
setPriority(arg0: Int): Unit
-
def
setUncaughtExceptionHandler(arg0: UncaughtExceptionHandler): Unit
-
def
start(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
terminate(): Unit
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (TcpService, B)
Deprecated Value Members
-
def
countStackFrames(): Int
-
def
destroy(): Unit
-
final
def
resume(): Unit
-
final
def
stop(arg0: java.lang.Throwable): Unit
-
final
def
stop(): Unit
-
final
def
suspend(): Unit
Inherited from Thread
Inherited from Runnable
Inherited from Any
(Since version 2.11.0) Use the akka.actor package instead. For migration from the scala.actors package refer to the Actors Migration Guide.