Brought javadocs up to date with current api behavior in AVMService.

Got rid of a redundant and mostly unused method, the createSnapshot()
that takes a List of names.  Adjusted to fit.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4453 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-11-29 03:04:53 +00:00
parent 99e428afaa
commit 23a1a5657d
6 changed files with 189 additions and 227 deletions

View File

@@ -207,13 +207,6 @@ public interface AVMRemote
*/
public int getLatestSnapshotID(String storeName);
/**
* Snapshot the given AVMStores.
* @param stores A List of the names of the stores to snapshot.
* @return A List of the version ids of the newly created snapshots.
*/
public List<Integer> createSnapshot(List<String> stores);
/**
* Snapshot an AVMStore.
* @param store The name of the AVMStore to snapshot.