Uses of Class
org.waarp.vitam.common.WaarpMonitor
-
Packages that use WaarpMonitor Package Description org.waarp.vitam.common This package is the top package for Common classesorg.waarp.vitam.dip DIP package contains all logic to apply a DIP send through Waarp from Vitam export operation.
Export is a download from Vitam of a DIP (binary file in ZIP format) of archives.org.waarp.vitam.ingest Ingest package contains all logic to apply from a Waarp reception of SIP to Vitam ingest operation, and possibly the feedback operations, first (mandatory) being the id of the ingest request, and second being the pooling on ingest status and ATR from Vitam, leading to a forward of the ATR to the partner as defined.
If the second is not done, it is the responsability of the Waarp partner, when it receives the id of the Ingest operation from Vitam through Waarp to handle directly the handling of the final status and its ATR.
Ingest is an upload into Vitam of a SIP (binary file in ZIP format) of archives. -
-
Uses of WaarpMonitor in org.waarp.vitam.common
Methods in org.waarp.vitam.common that return WaarpMonitor Modifier and Type Method Description WaarpMonitor
WaarpMonitor. setShutdown(boolean isShutdown)
Constructors in org.waarp.vitam.common with parameters of type WaarpMonitor Constructor Description WaarpVitamShutdownConfiguration(WaarpMonitor waarpMonitor)
Unique constructor -
Uses of WaarpMonitor in org.waarp.vitam.dip
Subclasses of WaarpMonitor in org.waarp.vitam.dip Modifier and Type Class Description class
DipMonitor
DipMonitor is the daemon taking care of DipRequests through a directory containing JSON files -
Uses of WaarpMonitor in org.waarp.vitam.ingest
Subclasses of WaarpMonitor in org.waarp.vitam.ingest Modifier and Type Class Description class
IngestMonitor
IngestMonitor is the daemon taking care of IngestRequests through a directory containing JSON files
-