org.alfresco.repo.web.scripts.transfer
Class AbortTransferCommandProcessor

java.lang.Object
  extended by org.alfresco.repo.web.scripts.transfer.AbortTransferCommandProcessor
All Implemented Interfaces:
CommandProcessor

public class AbortTransferCommandProcessor
extends java.lang.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.


Constructor Summary
AbortTransferCommandProcessor()
           
 
Method Summary
 int process(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp)
           
 void setReceiver(org.alfresco.service.cmr.transfer.TransferReceiver receiver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbortTransferCommandProcessor

public AbortTransferCommandProcessor()
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(org.alfresco.service.cmr.transfer.TransferReceiver receiver)
Parameters:
receiver - the receiver to set


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.