commit in the middle of address refactoring

This commit is contained in:
Jonas Bonér 2011-04-08 15:29:14 +02:00
parent 654fc3166e
commit 5f918e55bc
30 changed files with 588 additions and 798 deletions

View file

@ -18,7 +18,7 @@ trait BootableRemoteActorService extends Bootable {
protected lazy val remoteServerThread = new Thread(new Runnable() {
def run = Actor.remote.start(self.applicationLoader.getOrElse(null)) //Use config host/port
}, "Akka Remote Service")
}, "Akka RemoteModule Service")
def startRemoteService = remoteServerThread.start