public interface Repository extends javax.resource.cci.ConnectionFactory, RepositoryManagement
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the repository and release all resources.
|
Session |
getConnection()
Gets a new connection by logging in to the repository with default credentials.
|
Session |
getConnection(javax.resource.cci.ConnectionSpec connectionSpec)
Gets a new connection by logging in to the repository with given connection information (credentials).
|
getReferencecleanupDeletedDocuments, clearCaches, getActiveSessionsCount, getCachePristineSize, getCacheSelectionSize, getCacheSize, getFulltextConfiguration, getName, markReferencedBinaries, processClusterInvalidationsNextSession getConnection()
getConnection in interface javax.resource.cci.ConnectionFactorySession getConnection(javax.resource.cci.ConnectionSpec connectionSpec)
getConnection in interface javax.resource.cci.ConnectionFactoryconnectionSpec - the parameters to use to connnectvoid close()
Copyright © 2019 Nuxeo. All rights reserved.