java.lang.Objectorg.objectweb.telosys.common.TelosysObject
org.objectweb.telosys.common.data.DataSet
org.objectweb.telosys.common.data.UpdatableDataSet
org.objectweb.telosys.common.data.MemDataSet
Memory DataSet
Special DataSet designed to be loaded from memory, using a Collection of arrays of objects
Use the "load(Object)" method to initialize the DataSet with a collection
( for example a LinkedList of Object[] )
Constructor Summary | |
MemDataSet()
|
Method Summary | |
int |
load()
Loads the DataSet using its definition |
int |
load(java.lang.Object obj)
Loads the DataSet using its definition and the given object |
Methods inherited from class org.objectweb.telosys.common.data.UpdatableDataSet |
addRow, addRow, replaceObject, replaceRow |
Methods inherited from class org.objectweb.telosys.common.data.DataSet |
getBoolean, getByte, getDataRow, getDate, getDouble, getFloat, getInt, getLong, getObject, getRowCount, getShort, getSortColumn, getSqlDate, getString, getString, initBeforeLoad, isEmpty, isSortedBy, isSortedInAscendingOrder, isSortedInDescendingOrder, iterator, sort, sort, sortIgnoreCase, sortIgnoreCase |
Methods inherited from class org.objectweb.telosys.common.TelosysObject |
error, error, error, getFlagTrace, info, setFlagTrace, trace, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemDataSet()
Method Detail |
public int load() throws TelosysException
DataSet
load
in class DataSet
TelosysException
public int load(java.lang.Object obj) throws TelosysException
DataSet
load
in class DataSet
obj
- useful parameter for the load operation ( cannot be null )TelosysException