Uses of Package
groovyx.gpars.actor

Packages that use groovyx.gpars.actor
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.dataflow This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads. 
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.actor
AbstractLoopingActor
          Wraps all actors that repeatedly loop through incoming messages and hold no implicit state between subsequent messages.
AbstractPooledActor
          Deprecated. 
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
DefaultActor
          The DefaultActor class is the base for all stateful actors, who need to maintain implicit state between subsequent message arrivals.
 

Classes in groovyx.gpars.actor used by groovyx.gpars.actor.impl
AbstractPooledActor
          Deprecated. 
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.
 

Classes in groovyx.gpars.actor used by groovyx.gpars.dataflow
AbstractPooledActor
          Deprecated. 
Actor
          Actors are active objects, which borrow a thread from a thread pool.
 

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.