org.openware.job.data
Class UpdateResults

java.lang.Object
  |
  +--org.openware.job.data.UpdateResults
All Implemented Interfaces:
java.io.Serializable

public class UpdateResults
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UpdateResults(java.util.LinkedList dataShells, CacheInvalidationInfo cacheInfo)
           
 
Method Summary
 CacheInvalidationInfo getCacheInfo()
           
 java.util.Collection getDataShells()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateResults

public UpdateResults(java.util.LinkedList dataShells,
                     CacheInvalidationInfo cacheInfo)
Method Detail

getDataShells

public java.util.Collection getDataShells()

getCacheInfo

public CacheInvalidationInfo getCacheInfo()


Copyright © 2000,2001 Openware. All Rights Reserved.