org.media.datastore.sepengine.driver.localDriver
Class LocalDriver

java.lang.Object
  |
  +--org.media.datastore.sepengine.driver.localDriver.LocalDriver
All Implemented Interfaces:
SepStoreDriver

public class LocalDriver
extends Object
implements SepStoreDriver

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

Constructor Summary
LocalDriver()
           
 
Method Summary
 boolean acceptsURL(String url)
           
 SepStoreConnection connect(String url, Properties info)
           
 String database()
           
 SepStoreDriverPropertyInfo[] getPropertyInfo(String url, Properties info)
           
 String property(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalDriver

public LocalDriver()
            throws Exception
Method Detail

acceptsURL

public boolean acceptsURL(String url)
                   throws Exception
Specified by:
acceptsURL in interface SepStoreDriver
Exception

connect

public SepStoreConnection connect(String url,
                                  Properties info)
                           throws Exception
Specified by:
connect in interface SepStoreDriver
Exception

database

public String database()

getPropertyInfo

public SepStoreDriverPropertyInfo[] getPropertyInfo(String url,
                                                    Properties info)
                                             throws Exception
Specified by:
getPropertyInfo in interface SepStoreDriver
Exception

property

public String property(String name)


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