| 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.serial |
This package holds classes used for actor identification in the network.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MessageStream.RemoteMessageStream |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteActor
Proxy object for remote instance of Actor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteAgent<T>
Proxy object for remote Agent instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteDataflowExpression<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteDataflowQueue<T>
Proxy object for remote instance of Queue.
|
class |
RemoteDataflowVariable<T>
Proxy object for remote Variable instance.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends RemoteSerialized> |
WithSerialId.getRemoteClass()
Class of remote object to be created
|