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

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

public class LocalConnection
extends Object
implements SepStoreConnection

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

Field Summary
 boolean CONNECTION_BAD
           
 boolean CONNECTION_OK
           
 SepStoreDriver this_driver
           
 
Constructor Summary
LocalConnection()
           
 
Method Summary
 void close()
           
 InputStream executeSEP(InputStream sepStream)
           
 InputStream executeSEP(String sepString)
           
 String getURL()
           
 String getUserName()
           
protected  void openConnection(Properties prop, String dbName, String url, SepStoreDriver driver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTION_BAD

public boolean CONNECTION_BAD

CONNECTION_OK

public boolean CONNECTION_OK

this_driver

public SepStoreDriver this_driver
Constructor Detail

LocalConnection

public LocalConnection()
Method Detail

executeSEP

public InputStream executeSEP(InputStream sepStream)
Specified by:
executeSEP in interface SepStoreConnection

executeSEP

public InputStream executeSEP(String sepString)
Specified by:
executeSEP in interface SepStoreConnection

close

public void close()
Specified by:
close in interface SepStoreConnection

getURL

public String getURL()

getUserName

public String getUserName()

openConnection

protected void openConnection(Properties prop,
                              String dbName,
                              String url,
                              SepStoreDriver driver)
                       throws Exception
Exception


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