public interface DeploymentReceiverTransport extends DeploymentReceiverService
| Modifier and Type | Method and Description |
|---|---|
void |
finishSend(String ticket,
String outputToken)
Tell the deployment receiver that a send is finished.
|
String |
getSendToken(String ticket,
boolean create,
String path,
String guid,
String encoding,
String mimeType,
Set<String> aspects,
Map<String,Serializable> props)
Get an OutputStream token.
|
void |
shutDown(String user,
char[] password)
Shut down the Deployment Receiver.
|
void |
write(String ticket,
String outputToken,
byte[] data,
int offset,
int count)
Write a block of bytes to a file that is being sent.
|
abort, begin, commit, createDirectory, delete, getListing, prepare, send, updateDirectoryString getSendToken(String ticket, boolean create, String path, String guid, String encoding, String mimeType, Set<String> aspects, Map<String,Serializable> props)
ticket - path - guid - void finishSend(String ticket, String outputToken)
ticket - outputToken - void write(String ticket, String outputToken, byte[] data, int offset, int count)
outputToken - data - offset - void shutDown(String user, char[] password)
user - password - Copyright © 2005–2014 Alfresco Software. All rights reserved.