Uses of Interface
groovyx.gpars.serial.RemoteSerialized

Packages that use RemoteSerialized
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.serial This package holds classes used for actor identification in the network. 
 

Uses of RemoteSerialized in groovyx.gpars.actor
 

Classes in groovyx.gpars.actor that implement RemoteSerialized
static class Actor.RemoteActor
           
 

Uses of RemoteSerialized in groovyx.gpars.actor.impl
 

Classes in groovyx.gpars.actor.impl that implement RemoteSerialized
static class MessageStream.RemoteMessageStream
           
 

Uses of RemoteSerialized in groovyx.gpars.dataflow
 

Classes in groovyx.gpars.dataflow that implement RemoteSerialized
static class DataflowVariable.RemoteDataflowVariable<T>
           
 class RemoteDataflowExpression<T>
           
 

Uses of RemoteSerialized in groovyx.gpars.serial
 

Methods in groovyx.gpars.serial with type parameters of type RemoteSerialized
<T extends RemoteSerialized>
java.lang.Class<T>
WithSerialId.getRemoteClass()
          Class of remote object to be created
 


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