Uses of Interface
com.redwood.scheduler.api.model.compatibility_14.JobLockComp
-
Packages that use JobLockComp Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of JobLockComp in com.redwood.scheduler.api.model
Subinterfaces of JobLockComp in com.redwood.scheduler.api.model Modifier and Type Interface Description interface
JobLock
Locks define which jobs can and cannot run together To prevent jobs running concurrently - for example, when two or more jobs need access to the same system resource, such as a tape unit, you can define job locks.
-