completed new actor impl with link/unlink trapExit etc. all tests pass + reorganized package structure

This commit is contained in:
Jonas Boner 2009-06-21 14:08:43 +02:00
parent be2aa089e7
commit de846d4555
49 changed files with 1809 additions and 2259 deletions

View file

@ -8,8 +8,8 @@ import se.scalablesolutions.akka.annotation.*;
import se.scalablesolutions.akka.kernel.config.*;
import static se.scalablesolutions.akka.kernel.config.JavaConfig.*;
import se.scalablesolutions.akka.kernel.Kernel;
import se.scalablesolutions.akka.kernel.TransactionalMap;
import se.scalablesolutions.akka.kernel.CassandraPersistentTransactionalMap;
import se.scalablesolutions.akka.kernel.state.TransactionalMap;
import se.scalablesolutions.akka.kernel.state.CassandraPersistentTransactionalMap;
import junit.framework.TestCase;