org.openrdf.sail.optimistic
Class OptimisticRepository

java.lang.Object
  extended by org.openrdf.repository.sail.SailRepository
      extended by org.openrdf.sail.optimistic.OptimisticRepository
All Implemented Interfaces:
Repository

public class OptimisticRepository
extends SailRepository

Ensures all transactions within all connections have serializable isolation.

Author:
James Leigh

Constructor Summary
OptimisticRepository(Sail sail)
           
 
Method Summary
 SailRepositoryConnection getConnection()
           
 
Methods inherited from class org.openrdf.repository.sail.SailRepository
getDataDir, getSail, getValueFactory, initialize, isWritable, setDataDir, shutDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptimisticRepository

public OptimisticRepository(Sail sail)
Method Detail

getConnection

public SailRepositoryConnection getConnection()
                                       throws RepositoryException
Specified by:
getConnection in interface Repository
Overrides:
getConnection in class SailRepository
Throws:
RepositoryException


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.