java.lang.Object
com.ibm.jzos.wlm.QueryContentionResult
An object containing results from a QueryContention native call to z/OS SYSEVENT QRYCONT.
- Since:
- 2.4.5
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintAnswer number of resource contentions returned by SYSEVENT QRYCONT.Answer a list of resource contentions as returned by SYSEVENT QRYCONT.booleanAnswer whether there are additional resource contentions other than those returned by SYSEVENT QRYCONT.
-
Method Details
-
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.
-