org.media.datastore.sepengine.driver.beepDriver
Class BeepDriver

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

public class BeepDriver
extends Object
implements SepStoreDriver

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

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

Constructor Detail

BeepDriver

public BeepDriver()
           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()

host

public String host()

port

public int port()

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."