| Interface | Description |
|---|---|
| Actor |
The actors behaves as a controller in the MVC paradigm.
|
| ActorContext |
The ActorContext is used to pass application specific information from the
caller to the callee.
|
| ActorContextFactory |
The
ActorContextFactory creates a new ActorContext instance via the ActorContextFactory.createActorContext() method. |
| ModelMap |
TODO: Document filterId and its use.
|
| ModelMapFactory |
The
ModelMapFactory creates a new ModelMap instance via the ModelMapFactory.createModelMap() method. |
| VariantActor |
| Class | Description |
|---|---|
| ActorChainService |
The ActorChainService reads actors from an xml definition file.
|
| Configuration |
| Exception | Description |
|---|---|
| ActorException |
This class represents an exception in the service framework.
|