Uses of Class
fr.gouv.vitam.storage.driver.AbstractConnection
-
Packages that use AbstractConnection Package Description fr.gouv.vitam.storage.driver Provides interface describing how drivers should be implemented for the Storage driver modulefr.gouv.vitam.storage.offers.workspace.driver Provides implementation of the driver for the Workspace Driver module. -
-
Uses of AbstractConnection in fr.gouv.vitam.storage.driver
Fields in fr.gouv.vitam.storage.driver with type parameters of type AbstractConnection Modifier and Type Field Description protected java.util.Map<java.lang.String,VitamClientFactoryInterface<? extends AbstractConnection>>AbstractDriver. connectionFactoriesMethods in fr.gouv.vitam.storage.driver that return types with arguments of type AbstractConnection Modifier and Type Method Description protected abstract VitamClientFactoryInterface<AbstractConnection>AbstractDriver. addInternalOfferAsFactory(StorageOffer offer, java.util.Properties parameters)This method must be implemented in the final Driver Implementation to add the ClientFactory to the driverConstructor parameters in fr.gouv.vitam.storage.driver with type arguments of type AbstractConnection Constructor Description AbstractConnection(java.lang.String driverName, VitamClientFactoryInterface<? extends AbstractConnection> factory)Constructor using given scheme (http) -
Uses of AbstractConnection in fr.gouv.vitam.storage.offers.workspace.driver
Subclasses of AbstractConnection in fr.gouv.vitam.storage.offers.workspace.driver Modifier and Type Class Description classConnectionImplWorkspace Connection Implementation
-