Uses of Interface
fr.gouv.vitam.storage.driver.Connection
-
Packages that use Connection Package Description fr.gouv.vitam.driver.fake Provides a fake Driver implementation for tests purposefr.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 Connection in fr.gouv.vitam.driver.fake
Classes in fr.gouv.vitam.driver.fake that implement Connection Modifier and Type Class Description class
FakeDriverImpl.FakeConnectionImpl
Methods in fr.gouv.vitam.driver.fake that return Connection Modifier and Type Method Description Connection
FakeDriverImpl. connect(java.lang.String offerId)
-
Uses of Connection in fr.gouv.vitam.storage.driver
Classes in fr.gouv.vitam.storage.driver that implement Connection Modifier and Type Class Description class
AbstractConnection
This class must be the reference to create new connection implementation compatible with vitam clientMethods in fr.gouv.vitam.storage.driver that return Connection Modifier and Type Method Description Connection
Driver. connect(java.lang.String offerId)
Create a connection to the distant offer service based on given offer Id name. -
Uses of Connection in fr.gouv.vitam.storage.offers.workspace.driver
Classes in fr.gouv.vitam.storage.offers.workspace.driver that implement Connection Modifier and Type Class Description class
ConnectionImpl
Workspace Connection ImplementationMethods in fr.gouv.vitam.storage.offers.workspace.driver that return Connection Modifier and Type Method Description Connection
DriverImpl. connect(java.lang.String offerId)
-