org.jboss.aspects.versioned
Class DistributedSetUpdate
java.lang.Object
  
org.jboss.aspects.versioned.DistributedSetUpdate
- All Implemented Interfaces: 
 - Serializable, DistributedUpdate
 
public class DistributedSetUpdate
- extends Object
- implements Serializable, DistributedUpdate
  
- See Also:
 - Serialized Form
 
 
 
| 
Method Summary | 
 org.jboss.util.id.GUID | 
getGUID()
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
guid
public org.jboss.util.id.GUID guid
versionId
public long versionId
setUpdates
public HashSet setUpdates
- This is a list of VersionReference's or serializable objects
 
DistributedSetUpdate
public DistributedSetUpdate()
DistributedSetUpdate
public DistributedSetUpdate(org.jboss.util.id.GUID guid,
                            HashSet updates,
                            long versionId)
getGUID
public org.jboss.util.id.GUID getGUID()
- Specified by:
 getGUID in interface DistributedUpdate
 
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.