Package | Description |
---|---|
groovyx.gpars.actor.remote | |
groovyx.gpars.agent.remote | |
groovyx.gpars.dataflow.remote | |
groovyx.gpars.remote |
This package holds classes implementing the remoting interface for actors, dataflows and agents.
|
groovyx.gpars.serial |
This package holds classes used for actor identification in the network.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteActors
Remoting context for Actors.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteAgents
Remoting context for Agents.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteDataflows
Remoting context for Dataflows.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalHost
Represents communication point with other local hosts.
|
Modifier and Type | Field and Description |
---|---|
protected SerialHandles |
SerialContext.localHost |
Constructor and Description |
---|
SerialContext(SerialHandles localHost,
java.util.UUID hostId) |