org.openrdf.sail.optimistic.config
Class OptimisticFactory
java.lang.Object
org.openrdf.repository.sail.config.SailRepositoryFactory
org.openrdf.sail.optimistic.config.OptimisticFactory
- All Implemented Interfaces:
- RepositoryFactory
public class OptimisticFactory
- extends SailRepositoryFactory
Creates OptimisticRepository from configurations.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPOSITORY_TYPE
public static final String REPOSITORY_TYPE
- See Also:
- Constant Field Values
OptimisticFactory
public OptimisticFactory()
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-2011 James Leigh Services Inc.. All Rights Reserved.