Class BeginTransferCommandProcessor

  • All Implemented Interfaces:
    CommandProcessor

    public class BeginTransferCommandProcessor
    extends Object
    implements CommandProcessor
    This command processor is used to record the start a transfer. No other transfer can be started after this command has executed until the started transfer terminates.
    Author:
    brian
    • Constructor Detail

      • BeginTransferCommandProcessor

        public BeginTransferCommandProcessor()
    • Method Detail

      • process

        public int process​(org.springframework.extensions.webscripts.WebScriptRequest req,
                           org.springframework.extensions.webscripts.WebScriptResponse resp)
        Specified by:
        process in interface CommandProcessor
      • setReceiver

        public void setReceiver​(TransferReceiver receiver)
        Parameters:
        receiver - the receiver to set