Interface IJobResource


public interface IJobResource
Resource used for determination of what jobs can be run simultaneously.
Version:
$Revision:56034 $ $Date:2006-07-13 11:21:20Z $
Author:
Stepan Roh, Polarion Software
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether given resource conflicts with this resource.
  • Method Details

    • isConflicting

      boolean isConflicting(IJobResource resource)
      Whether given resource conflicts with this resource.

      Must return false if this resource knows nothing about given resource.

      Must return true if given resource is the same as this resource.

      Parameters:
      resource - resource to compare with
      Returns:
      true if resources are conflicting or the same
      Throws:
      IllegalArgumentException - if resource is null