org.openrdf.repository.flushable
Class FlushableRepository

java.lang.Object
  extended by org.openrdf.repository.base.RepositoryWrapper
      extended by org.openrdf.repository.flushable.FlushableRepository
All Implemented Interfaces:
DelegatingRepository, Repository

public class FlushableRepository
extends RepositoryWrapper

Author:
James Leigh
See Also:
FlushableConnection

Constructor Summary
FlushableRepository()
           
FlushableRepository(Repository delegate)
           
FlushableRepository(Repository delegate, boolean autoFlush)
           
 
Method Summary
 RepositoryConnection getConnection()
           
 void setAutoFlush(boolean autoFlush)
           
 
Methods inherited from class org.openrdf.repository.base.RepositoryWrapper
getDataDir, getDelegate, getValueFactory, initialize, isWritable, setDataDir, setDelegate, shutDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlushableRepository

public FlushableRepository()

FlushableRepository

public FlushableRepository(Repository delegate)

FlushableRepository

public FlushableRepository(Repository delegate,
                           boolean autoFlush)
Method Detail

getConnection

public RepositoryConnection getConnection()
                                   throws RepositoryException
Specified by:
getConnection in interface Repository
Overrides:
getConnection in class RepositoryWrapper
Throws:
RepositoryException

setAutoFlush

public void setAutoFlush(boolean autoFlush)


Copyright © 2004-2008 Aduna. All Rights Reserved.