The remote interface for AVMService. No implementation yet. Will be mostly a call for

call wrapper around AVMService.  Fixed a javadoc error in AVMService.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3487 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-08-11 21:45:05 +00:00
parent 06df2021c8
commit 1d9afc1030
2 changed files with 407 additions and 0 deletions

View File

@@ -271,6 +271,7 @@ public interface AVMService
* as needing to be copied, so that further modifications will trigger copy on write
* semantics.
* @param stores The names of the AVMStores to snapshot.
* @return A List of the version ids of the newly created snapshots.
* @throws AVMNotFoundException If any of the stores do not exist.
*/
public List<Integer> createSnapshot(List<String> stores);