org.alfresco.repo.web.scripts.transfer
Class BeginTransferCommandProcessor
java.lang.Object
org.alfresco.repo.web.scripts.transfer.BeginTransferCommandProcessor
- All Implemented Interfaces:
- CommandProcessor
public class BeginTransferCommandProcessor
- 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.
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 |
BeginTransferCommandProcessor
public BeginTransferCommandProcessor()
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.