Class MasterSlotManager.RemoteSlotRequestHandler
java.lang.Object
net.sf.basedb.clients.jobagent.slotmanager.MasterSlotManager.RemoteSlotRequestHandler
- All Implemented Interfaces:
RequestHandler
- Enclosing class:
- MasterSlotManager
Request handler implementation that accepts requests for slots
from remote hosts.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
master
-
-
Constructor Details
-
RemoteSlotRequestHandler
RemoteSlotRequestHandler(MasterSlotManager master)
-
-
Method Details
-
handleCmd
Description copied from interface:RequestHandler
Handle a command that was sent by an incoming request.- Specified by:
handleCmd
in interfaceRequestHandler
- Parameters:
socket
- The socket that is handling the communication with the remote clientcmd
- The command- Returns:
- The answer
-