|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use groovyx.gpars.actor | |
|---|---|
| groovyx.gpars.activeobject | |
| groovyx.gpars.actor | This package holds classes forming the public actor API. |
| groovyx.gpars.actor.impl | This package holds classes some non-public aspects of actor implementation. |
| groovyx.gpars.remote | This package holds classes implementing the remote actors functionality. |
| groovyx.gpars.remote.message | This package holds message classes for the remote actors implementation. |
| Classes in groovyx.gpars.actor used by groovyx.gpars.activeobject | |
|---|---|
| AbstractLoopingActor
Wraps all actors that repeatedly loop through incoming messages and hold no implicit state between subsequent messages. |
|
| Actor
Actors are active objects, which borrow a thread from a thread pool. |
|
| Classes in groovyx.gpars.actor used by groovyx.gpars.actor | |
|---|---|
| AbstractLoopingActor
Wraps all actors that repeatedly loop through incoming messages and hold no implicit state between subsequent messages. |
|
| Actor
Actors are active objects, which borrow a thread from a thread pool. |
|
| Actor.RemoteActor
|
|
| ActorMessage
An internal representation of received messages holding both the original message plus the sender actor reference. |
|
| ActorTimerTask
Represents an ongoing timeout |
|
| BlockingActor
|
|
| DefaultActor
The DefaultActor class is the base for all stateful actors, who need to maintain implicit state between subsequent message arrivals. |
|
| DynamicDispatchActor
A pooled actor allowing for an alternative structure of the message handling code. |
|
| Classes in groovyx.gpars.actor used by groovyx.gpars.actor.impl | |
|---|---|
| Actor
Actors are active objects, which borrow a thread from a thread pool. |
|
| ActorMessage
An internal representation of received messages holding both the original message plus the sender actor reference. |
|
| BlockingActor
|
|
| Classes in groovyx.gpars.actor used by groovyx.gpars.remote | |
|---|---|
| Actor
Actors are active objects, which borrow a thread from a thread pool. |
|
| Classes in groovyx.gpars.actor used by groovyx.gpars.remote.message | |
|---|---|
| Actor
Actors are active objects, which borrow a thread from a thread pool. |
|
|
Copyright © 2008–2010 Václav Pech. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||