Package org.javlo.data.source
Interface IDataSource
-
- All Known Implementing Classes:
TestDataSource
public interface IDataSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Object>getList()Map<String,Object>getMap()booleanisValid()return true if the connection if ok and if you can use this instance for access data.
-
-
-
Method Detail
-
getList
Collection<Object> getList()
-
isValid
boolean isValid()
return true if the connection if ok and if you can use this instance for access data.- Returns:
-
-