Commit graph

4 commits

Author SHA1 Message Date
Jonas Bonér
ddb2a69c19 Moved ClusterNode interface, NodeAddress and ChangeListener into akka-actor as real Trait instead of using structural typing.
Refactored boot dependency in Cluster/Actor/Deployer.
Added multi-jvm test for testing clustered actor deployment, check out as LocalActorRef and ClusterActorRef.

Signed-off-by: Jonas Bonér <jonasremove@jonasboner.com>
2011-05-23 22:35:01 +02:00
Jonas Bonér
7778c93c1c Added docs about setting JVM options and override akka.conf options to multi-jvm-testing.rst 2011-05-23 10:45:53 +02:00
Jonas Bonér
88946889b4 Fixed wrong import in multi-jvm-test.rst. Plus added info about where the trait resides. 2011-05-19 03:15:39 -07:00
Jonas Bonér
76d9c3c33a 1. Added docs on how to run the multi-jvm tests
2. Fixed cyclic dependency in deployer/cluster boot up
3. Refactored actorOf for clustered actor deployment, all actorOf now works
2011-05-19 10:58:30 +02:00