Fixed even more comments on the remoting. See #1175

This commit is contained in:
Henrik Engstrom 2011-12-15 23:47:12 +01:00
parent 9b39b9411f
commit 215c77672c
3 changed files with 15 additions and 7 deletions

View file

@ -9,7 +9,7 @@ public class RemoteActorExample extends UntypedActor {
//#localNodeActor
//#remoteNodeActor
ActorRef a2 = getContext().actorFor("akka://app@10.0.0.1:2552/user/theActor");
ActorRef a2 = getContext().actorFor("akka://app@10.0.0.1:2552/user/serviceA/retrieval");
//#remoteNodeActor
public void onReceive(Object message) throws Exception {