Module ibm.jzos

Class QueryContentionResult

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getNumberOfContentions()
      Answer number of resource contentions returned by SYSEVENT QRYCONT.
      ResourceContention[] getResourceContentions()
      Answer a list of resource contentions as returned by SYSEVENT QRYCONT.
      boolean hasMoreContentions()
      Answer whether there are additional resource contentions other than those returned by SYSEVENT QRYCONT.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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.