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

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

public class BeepConnection
extends Object
implements SepStoreConnection

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

Field Summary
 boolean CONNECTION_BAD
           
 boolean CONNECTION_OK
           
 SepStoreDriver this_driver
           
 
Constructor Summary
BeepConnection()
           
 
Method Summary
 void close()
           
 InputStream executeSEP(InputStream sepStream)
           
 InputStream executeSEP(String sepString)
           
 String getURL()
           
 String getUserName()
           
protected  void openConnection(String host, int port, 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

BeepConnection

public BeepConnection()
Method Detail

executeSEP

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

executeSEP

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

getURL

public String getURL()
              throws Exception
Exception

getUserName

public String getUserName()
                   throws Exception
Exception

openConnection

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

close

public void close()
           throws org.beepcore.beep.core.BEEPException
Specified by:
close in interface SepStoreConnection
org.beepcore.beep.core.BEEPException


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