2.17.2: 2011-06-17

net.sf.basedb.clients.jobagent.handlers
Class StopRequestHandler

java.lang.Object
  extended by net.sf.basedb.clients.jobagent.handlers.StopRequestHandler
All Implemented Interfaces:
RequestHandler

public class StopRequestHandler
extends Object
implements RequestHandler

This is a request handler for the stop command. It shuts down the job agent by calling the Agent.stop() method.

Version:
2.0
Author:
nicklas
Last modified
$Date: 2008-09-11 22:05:50 +0200 (Thu, 11 Sep 2008) $

Field Summary
private  Agent agent
           
 
Constructor Summary
StopRequestHandler(Agent agent)
          Create a new stop request handler.
 
Method Summary
 String handleCmd(Socket incoming, String cmd)
          Handle a command that was sent by an incoming request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agent

private final Agent agent
Constructor Detail

StopRequestHandler

public StopRequestHandler(Agent agent)
Create a new stop request handler.

Parameters:
agent - The agent
Method Detail

handleCmd

public String handleCmd(Socket incoming,
                        String cmd)
Description copied from interface: RequestHandler
Handle a command that was sent by an incoming request.

Specified by:
handleCmd in interface RequestHandler
Parameters:
incoming - The socket that is handling the communication with the remote client
cmd - The command
Returns:
The answer

2.17.2: 2011-06-17