Module ibm.jzos

Class QueryContentionResult

java.lang.Object
com.ibm.jzos.wlm.QueryContentionResult

public class QueryContentionResult extends Object

An object containing results from a QueryContention native call to z/OS SYSEVENT QRYCONT.

Since:
2.4.5
See Also:
  • Method Details

    • getResourceContentions

      public ResourceContention[] getResourceContentions()
      Answer a list of resource contentions as returned by SYSEVENT QRYCONT. The list can be empty or contain up to five resource contentions.
    • getNumberOfContentions

      public int getNumberOfContentions()
      Answer number of resource contentions returned by SYSEVENT QRYCONT.
    • hasMoreContentions

      public boolean hasMoreContentions()
      Answer whether there are additional resource contentions other than those returned by SYSEVENT QRYCONT. True if there are additional resource contentions, false otherwise.