| Interface | Description |
|---|---|
| ExecutionServiceListener |
Interface that is is used to "listen in" on traffic coming through an
executor unit.
|
| RpcExecutionService |
Execute incoming requests for remote procedure executions.
|
| RpcServer |
An RPC server interface.
|
| Class | Description |
|---|---|
| ControllerStorage | |
| RpcExecutionServiceImpl |
The implementation object implements one or more interfaces each of those
interfaces present methods that can be served through.
|
| RpcExecutionServiceImpl.ControllerCoordinate | |
| RpcServerImpl |
An implementation of an RpcServer that will listen for incoming
TCP connections on a given InetSocketAddress, and will then handle
incoming RPC connections on that TCP connection.
|
| ServiceAnnotationMapper |
| Exception | Description |
|---|---|
| ExecutionServiceException |
Exception thrown when bad things happen to an execution service.
|
| RpcServerException |
Thrown by RpcServer implementations when things
go wrong.
|
Copyright © 2013. All Rights Reserved.