added remote active objects configuration + remote tx semantics

This commit is contained in:
Jonas Boner 2009-06-25 13:07:58 +02:00
parent 47abc143a4
commit 10a0c16cb2
22 changed files with 1080 additions and 354 deletions

View file

@ -1,7 +1,7 @@
package se.scalablesolutions.akka.api;
public class PersistentFailer {
public void fail() {
public int fail() {
throw new RuntimeException("expected");
}
}