org.codehaus.gpars

Package groovyx.gpars.actor.impl

 

Class Summary
DDAClosure Creates a DDA closure to invoke appropriate actor's message handlers based on message runtime type
MessageStream Represents a stream of messages and forms the base class for actors
MessageStream.RemoteMessageStream
MessageStream.ResultWaiter
MessageStream.SendTo
ReplyingMessageStream @author Alex Tkachman, Vaclav Pech
RunnableBackedBlockingActor Utility class to implement a blocking actor backed by any Runnable (including Closure)
RunnableBackedBlockingActor.RunnableBackedPooledActorDelegate
SDAClosure Creates a SDA closure to invoke appropriate actor's message handlers based on message compile-type type
SequentialProcessingActor @author Alex Tkachman, Vaclav Pech
SequentialProcessingActor.Node
 


Exception Summary
ActorException Pooled actors need to simulate continuations to create stacktrace-less chunks of work (ActorActions) to assign to the threads from the pool.
ActorReplyException Indicates problems sending replies to actors.
ActorStopException An exception indicating Actor stopping request.
ActorTerminationException An exception indicating Actor termination request.
 


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