interface: DataSourceHandler

public abstract <<interface>> interface: DataSourceHandler
Author: kleinfe1
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:16:16; Modified: 16.07.2009 15:16:16;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {BC5408EE-F355-4c8f-82A4-AAE709130311}
interface for methods regarding the import sources description.
 

Goto: Methods

Appears in: dataacquisition

DataSourceHandler Methods
Operation Details
public
getSourceByIdentifier(
   String identifier):DataSourceVO
Sequential
Tags: throws=RuntimeException
Notes: This methods reads in the xml description of a specific source, identified by its identifier.
@return ImportSource object
public
getSourceByName(
   String name):DataSourceVO
Sequential
Tags: throws=RuntimeException
Notes: This methods reads in the xml description of a specific source, identified by its name.
@return ImportSource object
public
getSources():Vector
Sequential
Tags: throws=RuntimeException
Notes: This methods reads in the xml description of all available import sources.
@return vector of ImportSource objects
public
getSources(
   String format):Vector
Sequential
Tags: throws=RuntimeException
Notes: This methods reads in the xml description of all import sources which can be transformed to the given format by the Metadatahandler.
@return vector of ImportSource objects