Commit graph

12466 commits

Author SHA1 Message Date
Viktor Klang
f0e9732b7f Fixing ticket #603 2011-01-05 11:43:49 +01:00
Viktor Klang
d6a5b4d69d Fixing ticket #603 2011-01-05 11:43:49 +01:00
Viktor Klang
fff4109cb5 Merge branch 'remote_deluxe' 2011-01-04 15:25:27 +01:00
Viktor Klang
4d3a027c29 Merge branch 'remote_deluxe' 2011-01-04 15:25:27 +01:00
Viktor Klang
18c8098fd9 Minor typed actor lookup cleanup 2011-01-04 15:23:33 +01:00
Viktor Klang
c71fcb4695 Minor typed actor lookup cleanup 2011-01-04 15:23:33 +01:00
Roland Kuhn
cb3135c9b7 Merge branch 'testkit' 2011-01-04 13:51:39 +01:00
Roland Kuhn
91c2289311 Merge branch 'testkit' 2011-01-04 13:51:39 +01:00
Roland Kuhn
be655aa323 fix up indentation 2011-01-04 13:50:50 +01:00
Roland Kuhn
da65c1382c fix up indentation 2011-01-04 13:50:50 +01:00
Viktor Klang
dbe6f203b3 Removing ActorRegistry object, UntypedActor object, introducing akka.actor.Actors for the Java API 2011-01-04 13:24:28 +01:00
Viktor Klang
e17b4f4f52 Removing ActorRegistry object, UntypedActor object, introducing akka.actor.Actors for the Java API 2011-01-04 13:24:28 +01:00
momania
b680c613f8 Merge branch 'testkit' of git-proxy:jboner/akka into testkit
Conflicts:
	akka-actor/src/test/scala/akka/actor/actor/FSMTimingSpec.scala
2011-01-04 09:41:47 +01:00
momania
49b45afdd2 Merge branch 'testkit' of git-proxy:jboner/akka into testkit
Conflicts:
	akka-actor/src/test/scala/akka/actor/actor/FSMTimingSpec.scala
2011-01-04 09:41:47 +01:00
momania
dc1fe991bb small adjustment to the example, showing the correct use of the startWith and initialize 2011-01-04 09:32:13 +01:00
momania
d46a979057 small adjustment to the example, showing the correct use of the startWith and initialize 2011-01-04 09:32:13 +01:00
Roland Kuhn
639b141cdc also test custom whenUnhandled fall-through 2011-01-03 23:06:28 +01:00
Roland Kuhn
c2402e39cd also test custom whenUnhandled fall-through 2011-01-03 23:06:28 +01:00
Roland Kuhn
12d4942853 merge Irmo's changes and add test case for whenUnhandled 2011-01-03 21:01:11 +01:00
Roland Kuhn
d5fc6f8ebd merge Irmo's changes and add test case for whenUnhandled 2011-01-03 21:01:11 +01:00
Roland Kuhn
094b11cae3 remove one more allocation in hot path 2011-01-03 20:04:02 +01:00
Roland Kuhn
5092eb0cf4 remove one more allocation in hot path 2011-01-03 20:04:02 +01:00
momania
dfd18968c8 wrap initial sending of state to transition listener in CurrentState object with fsm actor ref 2011-01-03 20:02:03 +01:00
momania
e5c9e77613 wrap initial sending of state to transition listener in CurrentState object with fsm actor ref 2011-01-03 20:02:03 +01:00
momania
c66bbb566d add fsm self actor ref to external transition message 2011-01-03 19:50:53 +01:00
momania
a4ddcd98d0 add fsm self actor ref to external transition message 2011-01-03 19:50:53 +01:00
momania
5094e87df7 Move handleEvent var declaration _after_ handleEventDefault val declaration. Using a val before defining it causes nullpointer exceptions... 2011-01-03 19:37:23 +01:00
momania
aee972f5c7 Move handleEvent var declaration _after_ handleEventDefault val declaration. Using a val before defining it causes nullpointer exceptions... 2011-01-03 19:37:23 +01:00
Roland Kuhn
817395f454 change indentation to 2 spaces 2011-01-03 18:50:42 +01:00
Roland Kuhn
9dbfad331f change indentation to 2 spaces 2011-01-03 18:50:42 +01:00
Viktor Klang
435de7b689 Merge with master 2011-01-03 15:03:45 +01:00
Viktor Klang
accbfd0192 Merge with master 2011-01-03 15:03:45 +01:00
Viktor Klang
00840c8f5a Adding support for non-delivery notifications on server-side as well + more code cleanup 2011-01-03 14:44:15 +01:00
Viktor Klang
9d2347e3da Adding support for non-delivery notifications on server-side as well + more code cleanup 2011-01-03 14:44:15 +01:00
Viktor Klang
7a0e8a82de Major code clanup, switched from nested ifs to match statements etc 2011-01-03 13:49:39 +01:00
Viktor Klang
504b0e9b63 Major code clanup, switched from nested ifs to match statements etc 2011-01-03 13:49:39 +01:00
Viktor Klang
a61e591b2a Putting the Netty-stuff in akka.remote.netty and disposing of RemoteClient and RemoteServer 2011-01-03 12:42:30 +01:00
Viktor Klang
5af6b4db68 Putting the Netty-stuff in akka.remote.netty and disposing of RemoteClient and RemoteServer 2011-01-03 12:42:30 +01:00
momania
61b4ded1bd Removed generic typed classes that are only used in the FSM itself from the companion object and put back in the typed FSM again so they will take same types. 2011-01-03 12:03:38 +01:00
momania
31da5b9947 Removed generic typed classes that are only used in the FSM itself from the companion object and put back in the typed FSM again so they will take same types. 2011-01-03 12:03:38 +01:00
momania
80ac75ac38 fix tests 2011-01-03 11:40:04 +01:00
momania
d09adeacf8 fix tests 2011-01-03 11:40:04 +01:00
momania
9f664711c0 - make transition handler a function taking old and new state avoiding the default use of the transition class
- only create transition class when transition listeners are subscribed
2011-01-03 11:35:27 +01:00
momania
5ee0cab409 - make transition handler a function taking old and new state avoiding the default use of the transition class
- only create transition class when transition listeners are subscribed
2011-01-03 11:35:27 +01:00
Viktor Klang
8e522f4a03 Removing PassiveRemoteClient because of architectural problems 2011-01-03 11:25:27 +01:00
Viktor Klang
fd831bbcbf Removing PassiveRemoteClient because of architectural problems 2011-01-03 11:25:27 +01:00
momania
33a628a0d1 stop the timers (if any) while terminating 2011-01-03 11:12:40 +01:00
momania
d9b3e42af6 stop the timers (if any) while terminating 2011-01-03 11:12:40 +01:00
Viktor Klang
63a182afd7 Added lock downgrades and fixed unlocking ordering 2011-01-01 23:18:51 +01:00
Viktor Klang
25f33d5bdc Added lock downgrades and fixed unlocking ordering 2011-01-01 23:18:51 +01:00