Class AgentSignalReceiver

  • All Implemented Interfaces:
    SignalReceiver

    public class AgentSignalReceiver
    extends SocketSignalReceiver
    Signal receiver implementation for job agents that is compatible with the SocketSignalReceiver. This implementation will however not open a port of it's own, but uses the regular job agent control port. Incoming signals will first be handled by a SignalRequestHandler which forwards signals to this class by calling processSignalMessage(String).
    Version:
    2.6
    Author:
    nicklas
    Last modified
    $Date: 2008-09-11 22:05:50 +0200 (to, 11 sep 2008) $