Uses of Class
com.ontotext.ordi.exception.ORDIException

Packages that use ORDIException
com.ontotext.ordi   
com.ontotext.ordi.exception   
com.ontotext.ordi.rdbms   
com.ontotext.ordi.tripleset   
com.ontotext.ordi.tripleset.impl   
com.ontotext.ordi.trree   
com.ontotext.ordi.wsmo4rdf.impl   
com.ontotext.ordi.wsmo4rdf.remote.client   
com.ontotext.ordi.wsmo4rdf.remote.server Provides web service backend for WSMO artifact storage via ORDI-SG WSMO4RDF implementation. 
 

Uses of ORDIException in com.ontotext.ordi
 

Methods in com.ontotext.ordi that throw ORDIException
 void Connection.close()
          Releases all resources hold by this instance.
 void Connection.commit()
          Commits all operations part of the current transaction.
 Connection DataSource.getConnection()
          Creates new connection with default values.
 Connection DataSource.getConnection(String user, String pass)
          Creates a new connection with specified user name and password.
 boolean Wrapper.isWrapperFor(Class<?> iface)
          Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
 void Connection.rollback()
          Rollbacks all operations part of the current transaction.
 void Connection.setAutoCommit(boolean mode)
          Sets the commit mode of the current transaction.
 void Connection.setTransactionIsolationLevel(IsolationLevel isolationLevel)
          Sets the isolation level of the current transaction.
<T> T
Wrapper.unwrap(Class<T> iface)
          Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
 

Uses of ORDIException in com.ontotext.ordi.exception
 

Subclasses of ORDIException in com.ontotext.ordi.exception
 class ORDIReadOnlyException
           
 class ORDIWarning
          Super type for all ORDI warnings.
 

Uses of ORDIException in com.ontotext.ordi.rdbms
 

Methods in com.ontotext.ordi.rdbms that throw ORDIException
 TStatement RDBMSConnection.addStatement(Resource subj, URI pred, Value obj, URI namedGraph)
           
 TStatement RDBMSConnection.addStatement(Resource subj, URI pred, Value obj, URI namedGraph, URI... ts)
           
 CloseableIterator<? extends Value> RDBMSConnection.getValuesOfType(URI uri)
           
 int RDBMSConnection.removeStatement(Resource subj, URI pred, Value obj, URI namedGraph)
           
 CloseableIterator<? extends TStatement> RDBMSConnection.search(Resource subj, URI pred, Value obj, URI namedGraph, URI ts)
           
 

Uses of ORDIException in com.ontotext.ordi.tripleset
 

Methods in com.ontotext.ordi.tripleset that throw ORDIException
 TStatement TConnection.addStatement(Resource subj, URI pred, Value obj, URI namedGraph)
          Adds a new statement.
 TStatement TConnection.addStatement(Resource subj, URI pred, Value obj, URI namedGraph, URI... ts)
          Adds a new statement and associated it with a collection of tripleses.
 CloseableIterator<? extends BindingSet> TConnection.evaluate(TupleExpr tupleExpr, BindingSet bindings, boolean includeInferred)
          Deprecated. 
 CloseableIterator<? extends BindingSet> TConnection.evaluate(TupleExpr tupleExpr, BindingSet bindings, Dataset dataset, boolean includeInferred, URI tripleset)
           
 void TriplesetQuery.evaluate(TupleQueryResultHandler handler)
           
 CloseableIterator<? extends Value> TConnection.getValuesOfType(URI uri)
          Gets iterator to specific type of values.
 boolean DataSourceImpl.isWrapperFor(Class<?> iface)
           
 boolean ConnectionImpl.isWrapperFor(Class<?> iface)
           
 int TConnection.removeStatement(Resource subj, URI pred, Value obj, URI namedGraph)
          Removes one or multiple statements.
 CloseableIterator<? extends TStatement> TConnection.search(Resource subj, URI pred, Value obj, URI namedgraph, URI ts)
          Gets all statements based on a pattern match.
 void ConnectionImpl.setAutoCommit(boolean mode)
           
 void ConnectionImpl.setTransactionIsolationLevel(IsolationLevel isolationLevel)
           
<T> T
DataSourceImpl.unwrap(Class<T> iface)
           
<T> T
ConnectionImpl.unwrap(Class<T> iface)
           
 

Uses of ORDIException in com.ontotext.ordi.tripleset.impl
 

Methods in com.ontotext.ordi.tripleset.impl that throw ORDIException
 void TConnectionImpl.close()
           
 void TConnectionImpl.commit()
           
 CloseableIterator<? extends BindingSet> TQueryConnectionImpl.evaluate(TupleExpr tupleExpr, BindingSet bindings, boolean includeInferred)
           
 CloseableIterator<? extends BindingSet> TQueryConnectionImpl.evaluate(TupleExpr tupleExpr, BindingSet bindings, Dataset dataset, boolean includeInferred, URI tripleset)
           
 void TConnectionImpl.rollback()
           
 

Uses of ORDIException in com.ontotext.ordi.trree
 

Methods in com.ontotext.ordi.trree that throw ORDIException
 TStatement TRREEConnection.addStatement(Resource subj, URI pred, Value obj, URI namedGraph)
           
 TStatement TRREEConnection.addStatement(Resource subj, URI pred, Value obj, URI namedGraph, URI... ts)
           
 void TRREEConnection.close()
           
 CloseableIterator<? extends Value> TRREEConnection.getValuesOfType(URI uri)
           
 int TRREEConnection.removeStatement(Resource subj, URI pred, Value obj, URI namedGraph)
           
 CloseableIterator<? extends TStatement> TRREEConnection.search(Resource subj, URI pred, Value obj, URI namedGraph, URI ts)
           
 

Uses of ORDIException in com.ontotext.ordi.wsmo4rdf.impl
 

Methods in com.ontotext.ordi.wsmo4rdf.impl that throw ORDIException
 void WsmoConnectionImpl.close()
           
 void WsmoConnectionImpl.commit()
           
 boolean WsmoSourceImpl.isWrapperFor(Class<?> iface)
           
 boolean WsmoConnectionImpl.isWrapperFor(Class<?> iface)
           
 void WsmoConnectionImpl.rollback()
           
 void WsmoConnectionImpl.setAutoCommit(boolean mode)
           
 void WsmoConnectionImpl.setTransactionIsolationLevel(IsolationLevel isolationLevel)
           
<T> T
WsmoSourceImpl.unwrap(Class<T> iface)
           
<T> T
WsmoConnectionImpl.unwrap(Class<T> iface)
           
 

Uses of ORDIException in com.ontotext.ordi.wsmo4rdf.remote.client
 

Methods in com.ontotext.ordi.wsmo4rdf.remote.client that throw ORDIException
 void RemoteWsmoConnection.close()
           
 void RemoteWsmoConnection.commit()
           
 boolean RemoteWsmoSource.isWrapperFor(Class<?> iface)
           
 boolean RemoteWsmoConnection.isWrapperFor(Class<?> iface)
           
 void RemoteWsmoConnection.rollback()
           
 void RemoteWsmoConnection.setAutoCommit(boolean mode)
           
 void RemoteWsmoConnection.setTransactionIsolationLevel(IsolationLevel isolationLevel)
           
<T> T
RemoteWsmoSource.unwrap(Class<T> iface)
           
<T> T
RemoteWsmoConnection.unwrap(Class<T> iface)
           
 

Uses of ORDIException in com.ontotext.ordi.wsmo4rdf.remote.server
 

Methods in com.ontotext.ordi.wsmo4rdf.remote.server that throw ORDIException
 void WsmoConnectionServiceImpl.close(int connectionId)
           
 void WsmoConnectionService.close(int connectionId)
           
 void WsmoConnectionServiceImpl.commit(int connectionId)
           
 void WsmoConnectionService.commit(int connectionId)
           
 void WsmoConnectionServiceImpl.rollback(int connectionId)
           
 void WsmoConnectionService.rollback(int connectionId)
           
 void WsmoConnectionServiceImpl.setAutoCommit(int connectionId, boolean mode)
           
 void WsmoConnectionService.setAutoCommit(int connectionId, boolean mode)
           
 



Copyright © 2008. All Rights Reserved.