org.media.datastore.sepengine.driver
Interface SepStoreDriver

All Known Implementing Classes:
BeepDriver, LocalDriver

public interface SepStoreDriver

Version:
$Revision: 1.4 $ $Date: 2001/08/21 15:00:00
Author:
Szabo Csaba
See Also:
String, Properties

Method Summary
 boolean acceptsURL(String url)
           
 SepStoreConnection connect(String url, Properties prop)
           
 SepStoreDriverPropertyInfo[] getPropertyInfo(String url, Properties prop)
           
 

Method Detail

connect

public SepStoreConnection connect(String url,
                                  Properties prop)
                           throws Exception
Exception

acceptsURL

public boolean acceptsURL(String url)
                   throws Exception
Exception

getPropertyInfo

public SepStoreDriverPropertyInfo[] getPropertyInfo(String url,
                                                    Properties prop)
                                             throws Exception
Exception


"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."