Interface | Description |
---|---|
RequestHandler |
A request handler object takes care of an incoming request from a
JobAgentServerConnection , processes it and returns an answer. |
Class | Description |
---|---|
JobAgentConnection |
This class is used by client applications to communicate with job agents.
|
JobAgentInfo |
This class can hold information about the status of a job agent.
|
JobAgentServerConnection |
This class is used by job agents to listen for incoming
requests from client applications.
|
JobAgentServerConnection.ListenerThread |
This class is used for listening to the specified socket for
incoming connections.
|
JobAgentServerConnection.RequestHandlerThread |
This class is used for forwarding requests to a
RequestHandler . |
JobInfo |
Hold information about a job that is running on a job agent.
|