|
Scala Library Documentation
|
|
scala/actors/remote/Service.scala]
trait
Service
extends AnyRef| Value Summary | |
val
|
kernel : NetKernel |
abstract val
|
serializer : Serializer |
| Method Summary | |
abstract def
|
node : Node |
abstract def
|
send (node : Node, data : Array[Byte]) : 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 |
| Method Details |
|
Scala Library Documentation
|
|