ALF-2025: where noderefs are cached in the transfer service (both transmitter and receiver) have made them multi-tenant aware.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19631 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Brian Remmington
2010-03-29 11:12:04 +00:00
parent 280c41ae60
commit aa056f0268
5 changed files with 76 additions and 56 deletions

View File

@@ -124,12 +124,14 @@ public interface TransferTarget
/**
* The location of the transfer service on the target endpoint host
* Defaults to "/alfresco/service/api/transfer", and this shouldn't typically need to change
* @return
*/
String getEndpointPath();
/**
* The location of the transfer service on the target endpoint host
* Defaults to "/alfresco/service/api/transfer", and this shouldn't typically need to change
*/
void setEndpointPath(String path);