Uses of Class
groovyx.gpars.remote.RemoteHost

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

Uses of RemoteHost in groovyx.gpars.actor
 

Fields in groovyx.gpars.actor declared as RemoteHost
private  RemoteHost Actor.RemoteActor.remoteHost
           
 

Uses of RemoteHost in groovyx.gpars.actor.impl
 

Fields in groovyx.gpars.actor.impl declared as RemoteHost
private  RemoteHost MessageStream.RemoteMessageStream.remoteHost
           
 

Constructors in groovyx.gpars.actor.impl with parameters of type RemoteHost
MessageStream.RemoteMessageStream(RemoteHost host)
           
 

Uses of RemoteHost in groovyx.gpars.dataflow
 

Fields in groovyx.gpars.dataflow declared as RemoteHost
private  RemoteHost DataflowVariable.RemoteDataflowVariable.remoteHost
           
private  RemoteHost RemoteDataflowExpression.remoteHost
           
 

Constructors in groovyx.gpars.dataflow with parameters of type RemoteHost
DataflowVariable.RemoteDataflowVariable(RemoteHost host)
           
 

Uses of RemoteHost in groovyx.gpars.remote
 

Fields in groovyx.gpars.remote declared as RemoteHost
private  RemoteHost RemoteConnection.host
           
 

Fields in groovyx.gpars.remote with type parameters of type RemoteHost
protected  java.util.Map<java.util.UUID,RemoteHost> LocalHost.remoteHosts
          Hosts known to the provider
 

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

Methods in groovyx.gpars.remote with parameters of type RemoteHost
 void RemoteConnection.setHost(RemoteHost host)
           
 


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