Uses of Class
groovyx.gpars.serial.SerialMsg

Packages that use SerialMsg
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. 
 

Uses of SerialMsg in groovyx.gpars.actor
 

Subclasses of SerialMsg in groovyx.gpars.actor
static class Actor.RemoteActor.StopActorMsg
           
static class Actor.RemoteActor.TerminateActorMsg
           
 

Uses of SerialMsg in groovyx.gpars.actor.impl
 

Subclasses of SerialMsg in groovyx.gpars.actor.impl
static class MessageStream.SendTo
           
 

Uses of SerialMsg in groovyx.gpars.dataflow
 

Subclasses of SerialMsg in groovyx.gpars.dataflow
static class DataflowExpression.BindDataflow<T>
          Represents a remote message binding a value to a remoted DataflowExpression
 

Uses of SerialMsg in groovyx.gpars.remote
 

Methods in groovyx.gpars.remote with parameters of type SerialMsg
 void RemoteConnection.onMessage(SerialMsg msg)
           
abstract  void RemoteConnection.write(SerialMsg msg)
           
 void RemoteHost.write(SerialMsg msg)
           
 

Uses of SerialMsg in groovyx.gpars.remote.message
 

Subclasses of SerialMsg in groovyx.gpars.remote.message
 class HostIdMsg
          Message sent by NetTransportProvider immediately after connection to another host is set up
 class NodeConnectedMsg
          Message sent when local node connected to remote host
 class NodeDisconnectedMsg
          Message sent when local node disconnected from remote host
 

Uses of SerialMsg in groovyx.gpars.remote.netty
 

Methods in groovyx.gpars.remote.netty with parameters of type SerialMsg
 void NettyRemoteConnection.write(SerialMsg msg)
           
 

Uses of SerialMsg in groovyx.gpars.serial
 

Subclasses of SerialMsg in groovyx.gpars.serial
static class SerialHandle.RemoteSerialHandle.ReleaseHandle
           
 

Methods in groovyx.gpars.serial with parameters of type SerialMsg
abstract  void SerialContext.write(SerialMsg msg)
           
 


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