org.openrdf.sail.optimistic.config
Class OptimisticFactory

java.lang.Object
  extended by org.openrdf.repository.sail.config.SailRepositoryFactory
      extended by org.openrdf.sail.optimistic.config.OptimisticFactory
All Implemented Interfaces:
RepositoryFactory

public class OptimisticFactory
extends SailRepositoryFactory

Creates OptimisticRepository from configurations.

Author:
James Leigh

Field Summary
static String REPOSITORY_TYPE
           
 
Constructor Summary
OptimisticFactory()
           
 
Method Summary
 RepositoryImplConfig getConfig()
           
 Repository getRepository(RepositoryImplConfig config)
           
 String getRepositoryType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_TYPE

public static final String REPOSITORY_TYPE
See Also:
Constant Field Values
Constructor Detail

OptimisticFactory

public OptimisticFactory()
Method Detail

getRepositoryType

public String getRepositoryType()
Specified by:
getRepositoryType in interface RepositoryFactory
Overrides:
getRepositoryType in class SailRepositoryFactory

getRepository

public Repository getRepository(RepositoryImplConfig config)
                         throws RepositoryConfigException
Specified by:
getRepository in interface RepositoryFactory
Overrides:
getRepository in class SailRepositoryFactory
Throws:
RepositoryConfigException

getConfig

public RepositoryImplConfig getConfig()
Specified by:
getConfig in interface RepositoryFactory
Overrides:
getConfig in class SailRepositoryFactory


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