Package | Description |
---|---|
groovyx.gpars.actor.impl |
This package holds classes some non-public aspects of actor implementation.
|
groovyx.gpars.actor.remote | |
groovyx.gpars.agent.remote | |
groovyx.gpars.dataflow.expression | |
groovyx.gpars.dataflow.remote | |
groovyx.gpars.remote |
This package holds classes implementing the remoting interface for actors, dataflows and agents.
|
Modifier and Type | Field and Description |
---|---|
private RemoteHost |
MessageStream.RemoteMessageStream.remoteHost |
Constructor and Description |
---|
RemoteMessageStream(RemoteHost host) |
Modifier and Type | Field and Description |
---|---|
private RemoteHost |
RemoteActor.remoteHost |
Modifier and Type | Field and Description |
---|---|
private RemoteHost |
RemoteAgent.remoteHost |
Constructor and Description |
---|
RemoteAgent(RemoteHost remoteHost) |
Modifier and Type | Field and Description |
---|---|
private RemoteHost |
RemoteDataflowExpression.remoteHost |
Modifier and Type | Field and Description |
---|---|
private RemoteHost |
RemoteDataflowQueue.remoteHost |
private RemoteHost |
RemoteDataflowVariable.remoteHost |
Constructor and Description |
---|
RemoteDataflowBroadcast(RemoteHost remoteHost) |
RemoteDataflowQueue(RemoteHost host) |
RemoteDataflowVariable(RemoteHost host) |
Modifier and Type | Field and Description |
---|---|
private RemoteHost |
RemoteConnection.host |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.util.UUID,RemoteHost> |
LocalHost.remoteHosts
Hosts known to the provider
|
Modifier and Type | Method and Description |
---|---|
RemoteHost |
RemoteConnection.getHost() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteConnection.setHost(RemoteHost host) |