Class JobMedia

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public class JobMedia
    extends GeneratedJobMedia
    Media item of the CronJob Extension, which offers a lock status attribute. The lock status is used by the CronJob Extension, to prevent concurrent modifications to a JobMedia.

    Every Job or Step which uses JobMedias to store informations should check in its Job.canPerform(CronJob) / Step.canPerform(CronJob) that the JobMedia is not locked, before using it.

    See Also:
    Job, Step, Media, Serialized Form