Uses of Package
groovyx.gpars.serial

Packages that use groovyx.gpars.serial
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 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. 
groovyx.gpars.remote.netty This package holds implementation-specific classes implementing the remote actors functionality on top of Netty. 
groovyx.gpars.serial This package holds classes used for actor identification in the network. 
 

Classes in groovyx.gpars.serial used by groovyx.gpars.activeobject
WithSerialId
          Base class for objects which can be exposed to remote nodes via serialization.
 

Classes in groovyx.gpars.serial used by groovyx.gpars.actor
DefaultRemoteHandle
           
RemoteHandle
           
RemoteSerialized
          Marker interface for objects, which are proxies to objects on other nodes.
SerialContext
           
SerialHandle
          Weak reference to object, which was serialized to remote hosts.
SerialMsg
          Base class for all messages
WithSerialId
          Base class for objects which can be exposed to remote nodes via serialization.
 

Classes in groovyx.gpars.serial used by groovyx.gpars.actor.impl
RemoteSerialized
          Marker interface for objects, which are proxies to objects on other nodes.
SerialMsg
          Base class for all messages
WithSerialId
          Base class for objects which can be exposed to remote nodes via serialization.
 

Classes in groovyx.gpars.serial used by groovyx.gpars.dataflow
RemoteSerialized
          Marker interface for objects, which are proxies to objects on other nodes.
SerialMsg
          Base class for all messages
WithSerialId
          Base class for objects which can be exposed to remote nodes via serialization.
 

Classes in groovyx.gpars.serial used by groovyx.gpars.remote
SerialContext
           
SerialHandles
           
SerialMsg
          Base class for all messages
 

Classes in groovyx.gpars.serial used by groovyx.gpars.remote.message
SerialMsg
          Base class for all messages
 

Classes in groovyx.gpars.serial used by groovyx.gpars.remote.netty
SerialHandles
           
SerialMsg
          Base class for all messages
 

Classes in groovyx.gpars.serial used by groovyx.gpars.serial
RemoteHandle
           
RemoteSerialized
          Marker interface for objects, which are proxies to objects on other nodes.
SerialContext
           
SerialHandle
          Weak reference to object, which was serialized to remote hosts.
SerialHandles
           
SerialMsg
          Base class for all messages
WithSerialId
          Base class for objects which can be exposed to remote nodes via serialization.
 


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