index for java api

This commit is contained in:
Patrik Nordwall 2011-04-26 20:57:05 +02:00
parent 9c7242f374
commit 88d400a4e9
3 changed files with 16 additions and 9 deletions

7
akka-docs/java/index.rst Normal file
View file

@ -0,0 +1,7 @@
Java API
=========
.. toctree::
:maxdepth: 2
untyped-actors

View file

@ -1,7 +1,5 @@
Actors (Java)
=============
=
Actors
======
Module stability: **SOLID**
@ -412,8 +410,9 @@ Actor life-cycle
The actor has a well-defined non-circular life-cycle.
`<code>`_
NEW (newly created actor) - can't receive messages (yet)
=> STARTED (when 'start' is invoked) - can receive messages
=> SHUT DOWN (when 'exit' or 'stop' is invoked) - can't do anything
`<code>`_
::
NEW (newly created actor) - can't receive messages (yet)
=> STARTED (when 'start' is invoked) - can receive messages
=> SHUT DOWN (when 'exit' or 'stop' is invoked) - can't do anything