org.jboss.aspects.versioned
Class DistributedMapUpdate

java.lang.Object
  extended by org.jboss.aspects.versioned.DistributedMapUpdate
All Implemented Interfaces:
Serializable, DistributedUpdate

public class DistributedMapUpdate
extends Object
implements Serializable, DistributedUpdate

See Also:
Serialized Form

Field Summary
 org.jboss.util.id.GUID guid
           
 HashMap mapUpdates
          This is a list of VersionReference's or serializable objects
 long versionId
           
 
Constructor Summary
DistributedMapUpdate()
           
DistributedMapUpdate(org.jboss.util.id.GUID guid, HashMap updates, long versionId)
           
 
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
 

Field Detail

guid

public org.jboss.util.id.GUID guid

versionId

public long versionId

mapUpdates

public HashMap mapUpdates
This is a list of VersionReference's or serializable objects

Constructor Detail

DistributedMapUpdate

public DistributedMapUpdate()

DistributedMapUpdate

public DistributedMapUpdate(org.jboss.util.id.GUID guid,
                            HashMap updates,
                            long versionId)
Method Detail

getGUID

public org.jboss.util.id.GUID getGUID()
Specified by:
getGUID in interface DistributedUpdate


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.