Package com.polarion.platform.jobs
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 TypeMethodDescriptionbooleanisConflicting(IJobResource resource) Whether given resource conflicts with this resource.
-
Method Details
-
isConflicting
Whether given resource conflicts with this resource.Must return
falseif this resource knows nothing about given resource.Must return
trueif given resource is the same as this resource.- Parameters:
resource- resource to compare with- Returns:
trueif resources are conflicting or the same- Throws:
IllegalArgumentException- if resource isnull
-