Uses of Package
groovyx.gpars.actor

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.dataflow.operator This package holds classes representing operators and channels necessary for full dataflow concurrency. 
groovyx.gpars.group   
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
           
StaticDispatchActor
          Offers a statically dispatched and thus slightly faster alternative to the DynamicDispatchActor class.
 

Classes in groovyx.gpars.actor used by groovyx.gpars.dataflow.operator
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.
StaticDispatchActor
          Offers a statically dispatched and thus slightly faster alternative to the DynamicDispatchActor class.
 

Classes in groovyx.gpars.actor used by groovyx.gpars.group
Actor
          Actors are active objects, which borrow a thread from a thread pool.
BlockingActor
           
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.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–2012 Václav Pech. All Rights Reserved.