Class | Description |
---|---|
CorbaActorClient |
This actor delegate all its executions to a remote actor via
CORBA.
|
PullConsumer |
An actor that sends pull request to a remote publisher and asks for data.
|
PullSupplier |
An actor that send data to a remote consumer when there is pull request.
|
PushConsumer |
An actor that receives data from a remote publisher.
|
PushSupplier |
An actor that send data to a remote consumer.
|
TaskCoordinator |
An actor that coordinator a set of clients connecting to it to work together
to finish some tasks.
|
TaskReceiver |
An actor that register itself to a romote data provide that implements the
Coordinator inteface and receives data from it.
|
TaskReporter |
An actor that sends data to a remote coordinator that implements the
Coordinator inteface defined in Coordinator.idl.
|