org.objectweb.telosys.common.data
Interface DataSetProvider

All Known Implementing Classes:
ApplicationSQLDataSet

public interface DataSetProvider

Interface that must be implemented by classes that are capable of providing a DataSet


Method Summary
 DataSet getDataSet()
          Retuns the DataSet instance
 int getRowCount()
          Returns the number of rows of the DataSet instance
 

Method Detail

getDataSet

public DataSet getDataSet()
Retuns the DataSet instance

Returns:

getRowCount

public int getRowCount()
Returns the number of rows of the DataSet instance

Returns: