jas.jds.module
Interface AbstractDIM
- All Known Subinterfaces:
- DIM, DIM2, LocalDIM, LocalDIM2
- public interface AbstractDIM
The base interface for both local and remote data interface modules.
- See Also:
DIM
,
LocalDIM
Method Summary |
EventSource |
openDataSet(java.lang.String dataSource)
Return an EventSource as specified by the paramater
dataSource . |
openDataSet
public EventSource openDataSet(java.lang.String dataSource)
throws ModuleException
- Return an EventSource as specified by the paramater
dataSource
. That parameter is specific
to the data format, but may be a file name, an SQL
command, etc.