Uses of Class
groovyx.gpars.actor.DefaultActor

Packages that use DefaultActor
groovyx.gpars.actor This package holds classes forming the public actor API. 
groovyx.gpars.group   
 

Uses of DefaultActor in groovyx.gpars.actor
 

Fields in groovyx.gpars.actor declared as DefaultActor
private  DefaultActor DefaultActorClosure.myActor
           
 

Methods in groovyx.gpars.actor that return DefaultActor
static DefaultActor Actors.actor(java.lang.Runnable handler)
          Creates a new instance of DefaultActor, using the passed-in closure as the body of the actor's act() method.
static DefaultActor Actors.fairActor(java.lang.Runnable handler)
          Creates a new instance of PooledActor, using the passed-in closure as the body of the actor's act() method.
 

Constructors in groovyx.gpars.actor with parameters of type DefaultActor
DefaultActorClosure(DefaultActor actor)
           
 

Uses of DefaultActor in groovyx.gpars.group
 

Methods in groovyx.gpars.group that return DefaultActor
 DefaultActor PGroup.actor(java.lang.Runnable handler)
          Creates a new instance of DefaultActor, using the passed-in runnable/closure as the body of the actor's act() method.
 DefaultActor PGroup.fairActor(java.lang.Runnable handler)
          Creates a new instance of DefaultActor, using the passed-in runnable/closure as the body of the actor's act() method.
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.