Server side implementation of AVM remote interface. Made Serializable

several classes that needed to be.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3489 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-08-14 02:34:39 +00:00
parent 1d9afc1030
commit c8ddf97f62
8 changed files with 19 additions and 9 deletions

View File

@@ -17,6 +17,8 @@
package org.alfresco.repo.avm;
import java.io.Serializable;
/**
* This class describes an AVM node object.
* It serves a similar purpose to the data structure
@@ -24,8 +26,10 @@ package org.alfresco.repo.avm;
*
* @author britt
*/
public class AVMNodeDescriptor
public class AVMNodeDescriptor implements Serializable
{
private static final long serialVersionUID = -7959606980486852184L;
/**
* The path that this was looked up with.
*/