Package com._1c.g5.v8.derived
Interface IDerivedDataServiceLockController
-
public interface IDerivedDataServiceLockController
Locks the process of the derived data calculation/additional task pipeline processing. Locked derived data service still accepts BM events and registers affected DD parts in the derived data calculation roadmap,
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
areBuildsFinished()
Check if there are no active builds at the moment.boolean
isInfrastructureReady()
Checks if the application infrastructure is ready for the derived data facility to operate.
-
-
-
Method Detail
-
isInfrastructureReady
boolean isInfrastructureReady()
Checks if the application infrastructure is ready for the derived data facility to operate.- Returns:
- True if the infrastructure is available and alive; false otherwise.
-
areBuildsFinished
boolean areBuildsFinished()
Check if there are no active builds at the moment.- Returns:
- True if the are no builds in the system at the moment.
-
-