org.trippi.impl.oracle
Class OracleConnector

java.lang.Object
  extended by org.trippi.TriplestoreConnector
      extended by org.trippi.impl.oracle.OracleConnector

public class OracleConnector
extends TriplestoreConnector

A TriplestoreConnector for a remote or local, Oracle Spatical triplestore.

Author:
liberman@case.edu

Constructor Summary
OracleConnector()
          Constructor for the OracleConnector object
 
Method Summary
 void close()
          Description of the Method
 org.jrdf.graph.GraphElementFactory getElementFactory()
          Gets the elementFactory attribute of the OracleConnector object
 TriplestoreReader getReader()
          Gets the reader attribute of the OracleConnector object
 TriplestoreWriter getWriter()
          Gets the writer attribute of the OracleConnector object
 void init(java.util.Map config)
          Description of the Method
 
Methods inherited from class org.trippi.TriplestoreConnector
finalize, getDescriptor, init, main
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleConnector

public OracleConnector()
Constructor for the OracleConnector object

Method Detail

init

public void init(java.util.Map config)
          throws TrippiException
Description of the Method

Specified by:
init in class TriplestoreConnector
Parameters:
config - Description of the Parameter
Throws:
TrippiException - Description of the Exception

getReader

public TriplestoreReader getReader()
Gets the reader attribute of the OracleConnector object

Specified by:
getReader in class TriplestoreConnector
Returns:
The reader value

getWriter

public TriplestoreWriter getWriter()
Gets the writer attribute of the OracleConnector object

Specified by:
getWriter in class TriplestoreConnector
Returns:
The writer value

getElementFactory

public org.jrdf.graph.GraphElementFactory getElementFactory()
Gets the elementFactory attribute of the OracleConnector object

Specified by:
getElementFactory in class TriplestoreConnector
Returns:
The elementFactory value

close

public void close()
           throws TrippiException
Description of the Method

Specified by:
close in class TriplestoreConnector
Throws:
TrippiException - Description of the Exception