Class InfoRequestHandler
java.lang.Object
net.sf.basedb.clients.jobagent.handlers.InfoRequestHandler
- All Implemented Interfaces:
RequestHandler
This is a request handler for the
info
and status
commands. It creates a JobAgentInfo
object and uses it's
toString()
method to return the answer.- Version:
- 2.0
- Author:
- nicklas
- Last modified
- $Date: 2014-04-09 14:21:20 +0200 (on, 09 apr 2014) $
-
Field Details
-
useJavaSysMon
private static boolean useJavaSysMon -
log
-
agent
-
-
Constructor Details
-
InfoRequestHandler
-
-
Method Details
-
handleCmd
Description copied from interface:RequestHandler
Handle a command that was sent by an incoming request.- Specified by:
handleCmd
in interfaceRequestHandler
- Parameters:
incoming
- The socket that is handling the communication with the remote clientcmd
- The command- Returns:
- The answer
-