Package jas.jds.module

Interface Summary
AbstractDIM The base interface for both local and remote data interface modules.
AnnotatedEventSource Implement this interface to create an event source where event sources and histograms can be represented on the application's job tree.
DIM A data interace module used by server-based data modules.
DIM2 A data interace module used by server-based data modules.
LocalDIM When a local job reads in data, it must use a local data interface module to generate an EventSource.
LocalDIM2 A DIM may implements LocalDIM2 if it wants to be able to open a file via the Open menu, or when a file is dropped onto the application.
LocalJobBuilder The application will provide a LocalJobBuilder to all LocalDIMs.
 

Class Summary
BasicLocalDIM An abstract implementation of LocalDIM2 suitable for DIM's which simply want to open a single file of a particular type
BasicServer  
ModuleUtilities Deprecated. Use System.loadLibrary directly.
MultiFileLocalDIM A basic implementation of a LocalDIM which allows one of more files to be appended together.
NoSetupLocalDIM  
ServerRegistry  
 

Exception Summary
ModuleException