scala.actors.remote

trait Service

[source: scala/actors/remote/Service.scala]

trait Service
extends AnyRef
Version
0.9.10
Author
Philipp Haller
Direct Known Subclasses:
TcpService

Value Summary
val kernel : NetKernel
abstract val serializer : Serializer
Method Summary
abstract def node : Node
abstract def send (node : Node, data : Array[Byte]) : Unit
abstract def terminate : Unit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val kernel : NetKernel

abstract val serializer : Serializer

Method Details
abstract def node : Node

abstract def send(node : Node, data : Array[Byte]) : Unit

abstract def terminate : Unit