Reworked stm with no global/local

This commit is contained in:
Peter Vlugter 2010-11-06 19:11:56 +13:00
parent 9012847ff1
commit 2b79caa8b3
50 changed files with 363 additions and 631 deletions

View file

@ -5,7 +5,7 @@ import akka.stm.TransactionalMap;
import akka.stm.TransactionalVector;
import akka.stm.Ref;
import akka.actor.*;
import akka.stm.local.Atomic;
import akka.stm.Atomic;
public class StatefulPojo extends TypedActor {
private TransactionalMap<String, String> mapState;