Uses of Class
com.ontotext.ordi.IsolationLevel

Packages that use IsolationLevel
com.ontotext.ordi   
com.ontotext.ordi.tripleset   
com.ontotext.ordi.wsmo4rdf.impl   
com.ontotext.ordi.wsmo4rdf.remote.client   
 

Uses of IsolationLevel in com.ontotext.ordi
 

Methods in com.ontotext.ordi that return IsolationLevel
 IsolationLevel Connection.getTransactionIsolationLevel()
          Gets the isolation level of the current transaction.
static IsolationLevel IsolationLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IsolationLevel[] IsolationLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ontotext.ordi with parameters of type IsolationLevel
 void Connection.setTransactionIsolationLevel(IsolationLevel isolationLevel)
          Sets the isolation level of the current transaction.
 

Uses of IsolationLevel in com.ontotext.ordi.tripleset
 

Fields in com.ontotext.ordi.tripleset declared as IsolationLevel
protected  IsolationLevel ConnectionImpl.isolationLevel
           
 

Methods in com.ontotext.ordi.tripleset that return IsolationLevel
 IsolationLevel ConnectionImpl.getTransactionIsolationLevel()
           
 

Methods in com.ontotext.ordi.tripleset with parameters of type IsolationLevel
 void ConnectionImpl.setTransactionIsolationLevel(IsolationLevel isolationLevel)
           
 

Constructors in com.ontotext.ordi.tripleset with parameters of type IsolationLevel
ConnectionImpl(DataSource source, IsolationLevel isolationLevel)
           
 

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

Methods in com.ontotext.ordi.wsmo4rdf.impl that return IsolationLevel
 IsolationLevel WsmoConnectionImpl.getTransactionIsolationLevel()
           
 

Methods in com.ontotext.ordi.wsmo4rdf.impl with parameters of type IsolationLevel
 void WsmoConnectionImpl.setTransactionIsolationLevel(IsolationLevel isolationLevel)
           
 

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

Methods in com.ontotext.ordi.wsmo4rdf.remote.client that return IsolationLevel
 IsolationLevel RemoteWsmoConnection.getTransactionIsolationLevel()
           
 

Methods in com.ontotext.ordi.wsmo4rdf.remote.client with parameters of type IsolationLevel
 void RemoteWsmoConnection.setTransactionIsolationLevel(IsolationLevel isolationLevel)
           
 



Copyright © 2008. All Rights Reserved.