org.media.datastore.sepengine.driver
Class SepStoreDriverManager

java.lang.Object
  |
  +--org.media.datastore.sepengine.driver.SepStoreDriverManager

public class SepStoreDriverManager
extends Object

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

Method Summary
static void deregisterDriver(SepStoreDriver driver)
           
static SepStoreConnection getConnection(String url)
           
static SepStoreConnection getConnection(String url, Properties prop)
           
static SepStoreConnection getConnection(String url, String uname, String passwd)
           
static SepStoreDriver getDriver(String url)
           
static Enumeration getDrivers()
           
static void registerDriver(SepStoreDriver driver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnection

public static SepStoreConnection getConnection(String url,
                                               Properties prop)
                                        throws Exception
Exception

getConnection

public static SepStoreConnection getConnection(String url,
                                               String uname,
                                               String passwd)
                                        throws Exception
Exception

getConnection

public static SepStoreConnection getConnection(String url)
                                        throws Exception
Exception

getDriver

public static SepStoreDriver getDriver(String url)
                                throws Exception
Exception

registerDriver

public static void registerDriver(SepStoreDriver driver)
                           throws Exception
Exception

deregisterDriver

public static void deregisterDriver(SepStoreDriver driver)
                             throws Exception
Exception

getDrivers

public static Enumeration getDrivers()
                              throws Exception
Exception


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