Package net.sf.basedb.util.jobagent
package net.sf.basedb.util.jobagent
-
ClassDescriptionThis class is used by client applications to communicate with job agents.This class can hold information about the status of a job agent.This class is used by job agents to listen for incoming requests from client applications.This class is used for listening to the specified socket for incoming connections.This class is used for forwarding requests to a
RequestHandler
.Hold information about a job that is running on a job agent.A request handler object takes care of an incoming request from aJobAgentServerConnection
, processes it and returns an answer.