站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 aspects API Documentation 英文版文档

DistributedListUpdate (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


org.jboss.aspects.versioned
Class DistributedListUpdate

java.lang.Object
  extended byorg.jboss.aspects.versioned.DistributedListUpdate
All Implemented Interfaces:
DistributedUpdate, Serializable

public class DistributedListUpdate
extends Object
implements Serializable, DistributedUpdate

See Also:
Serialized Form

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

listUpdates

public ArrayList listUpdates
This is a list of VersionReference's or serializable objects

Constructor Detail

DistributedListUpdate

public DistributedListUpdate()

DistributedListUpdate

public DistributedListUpdate(org.jboss.util.id.GUID guid,
                             ArrayList 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.