apollo.dataadapter.das
Interface DASServerI

All Known Implementing Classes:
DAS2Request, SimpleDASServer

public interface DASServerI

I represent the capability of a general DASServer, as required by Apollo to make das-data requests. I have a simple (no-frills) implementation in the simple subpackage. NOTE - my name is DASServerI because I wish to avoid conflict with an existing DASServer module historically in the same package.

Author:
Vivek Iyer
See Also:
SimpleDASServer

Method Summary
 java.util.List getDSNs()
           
 java.util.List getEntryPoints(DASDsn dsn)
           
 java.util.List getFeatures(DASDsn dsn, DASSegment[] segmentSelection)
           
 java.util.List getSequences(DASDsn dsn, DASSegment[] segmentSelection)
           
 java.lang.String getURL()
           
 void setURL(java.lang.String url)
           
 

Method Detail

getURL

java.lang.String getURL()

setURL

void setURL(java.lang.String url)

getDSNs

java.util.List getDSNs()

getEntryPoints

java.util.List getEntryPoints(DASDsn dsn)

getFeatures

java.util.List getFeatures(DASDsn dsn,
                           DASSegment[] segmentSelection)

getSequences

java.util.List getSequences(DASDsn dsn,
                            DASSegment[] segmentSelection)