Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.impl
Class UpdateList

java.lang.Object
  extended by org.apache.tuscany.das.rdb.impl.UpdateList

public class UpdateList
extends java.lang.Object

Updates don't have to be sorted, so this class is a simple wrapper of ArrayList.


Constructor Summary
UpdateList()
           
 
Method Summary
 void add(ChangeOperation c)
           
 java.util.Collection getSortedList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateList

public UpdateList()
Method Detail

add

public void add(ChangeOperation c)

getSortedList

public java.util.Collection getSortedList()

Tuscany DAS for Relational Databases

-