closing ticket 444, moved RemoteActorSet to ActorRegistry

This commit is contained in:
Michael Kober 2010-09-28 13:33:07 +02:00
parent b0e99413b7
commit 25d66778f2
5 changed files with 71 additions and 53 deletions

View file

@ -251,7 +251,7 @@ object RemoteActorSerialization {
Actor.log.debug("Register serialized Actor [%s] as remote @ [%s:%s]", actorClass.getName, host, port)
RemoteServer.getOrCreateServer(homeAddress)
RemoteServer.registerActorByUuid(homeAddress, uuid.toString, ar)
ActorRegistry.registerActorByUuid(homeAddress, uuid.toString, ar)
RemoteActorRefProtocol.newBuilder
.setClassOrServiceName(uuid.toString)