Adds the barely necesaries for post deployment actions for alfresco->alfresco.

Remoted Actions service.
Added getRomoteActionService call to DeploymentService.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6236 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2007-07-12 23:15:14 +00:00
parent 7a575c5518
commit 82841201e2
8 changed files with 798 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
*/
package org.alfresco.service.cmr.avm.deploy;
import org.alfresco.service.cmr.action.ActionService;
import org.alfresco.util.NameMatcher;
/**
@@ -35,6 +36,17 @@ public interface DeploymentService
boolean dontDelete,
boolean dontDo,
DeploymentCallback callback);
/**
* Get A reference to an ActionService instance on a remote Alfresco Server.
* @param hostName
* @param port
* @param userName
* @param password
* @return
*/
public ActionService getRemoteActionService(String hostName, int port,
String userName, String password);
/**
* Deploy to a filesystem on another machine.