Uses of Class
groovyx.gpars.remote.RemoteConnection

Packages that use RemoteConnection
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 RemoteConnection in groovyx.gpars.actor
 

Methods in groovyx.gpars.actor with parameters of type RemoteConnection
 void Actor.RemoteActor.StopActorMsg.execute(RemoteConnection conn)
           
 void Actor.RemoteActor.TerminateActorMsg.execute(RemoteConnection conn)
           
 

Uses of RemoteConnection in groovyx.gpars.actor.impl
 

Methods in groovyx.gpars.actor.impl with parameters of type RemoteConnection
 void MessageStream.SendTo.execute(RemoteConnection conn)
           
 

Uses of RemoteConnection in groovyx.gpars.dataflow
 

Methods in groovyx.gpars.dataflow with parameters of type RemoteConnection
 void DataflowExpression.BindDataflow.execute(RemoteConnection conn)
          Performs the actual bind on the remote host
 

Uses of RemoteConnection in groovyx.gpars.remote
 

Fields in groovyx.gpars.remote with type parameters of type RemoteConnection
private  java.util.ArrayList<RemoteConnection> RemoteHost.connections
           
 

Methods in groovyx.gpars.remote that return RemoteConnection
 RemoteConnection RemoteHost.getConnection()
           
 

Methods in groovyx.gpars.remote with parameters of type RemoteConnection
 void RemoteHost.addConnection(RemoteConnection connection)
           
 void RemoteHost.removeConnection(RemoteConnection connection)
           
 

Uses of RemoteConnection in groovyx.gpars.remote.message
 

Methods in groovyx.gpars.remote.message with parameters of type RemoteConnection
 void NodeConnectedMsg.execute(RemoteConnection conn)
           
 void NodeDisconnectedMsg.execute(RemoteConnection conn)
           
 

Uses of RemoteConnection in groovyx.gpars.remote.netty
 

Subclasses of RemoteConnection in groovyx.gpars.remote.netty
 class NettyRemoteConnection
          Connection using Netty
 

Fields in groovyx.gpars.remote.netty declared as RemoteConnection
private  RemoteConnection NettyHandler.connection
           
private  RemoteConnection RemoteObjectDecoder.connection
           
private  RemoteConnection RemoteObjectEncoder.connection
           
 

Constructors in groovyx.gpars.remote.netty with parameters of type RemoteConnection
RemoteObjectDecoder(RemoteConnection connection)
          Creates a new encoder.
RemoteObjectEncoder(RemoteConnection connection)
          Creates a new encoder.
 

Uses of RemoteConnection in groovyx.gpars.serial
 

Methods in groovyx.gpars.serial with parameters of type RemoteConnection
 void SerialHandle.RemoteSerialHandle.ReleaseHandle.execute(RemoteConnection conn)
           
 void SerialMsg.execute(RemoteConnection conn)
           
 


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