public abstract class DBSRepositoryFactory extends Object implements RepositoryFactory
RepositoryFactory
, creating a subclass of DBSRepository
.Modifier and Type | Field and Description |
---|---|
protected String |
repositoryName |
Constructor and Description |
---|
DBSRepositoryFactory(String repositoryName) |
Modifier and Type | Method and Description |
---|---|
DBSRepositoryDescriptor |
getRepositoryDescriptor() |
protected javax.resource.spi.ConnectionManager |
installPool()
This is done so that the connection pool monitor has something to return.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
call
protected final String repositoryName
public DBSRepositoryFactory(String repositoryName)
public DBSRepositoryDescriptor getRepositoryDescriptor()
protected javax.resource.spi.ConnectionManager installPool()
Copyright © 2017 Nuxeo. All rights reserved.