com.ibm.jzos.wlm
Class QueryContentionResult
- java.lang.Object
-
- com.ibm.jzos.wlm.QueryContentionResult
-
public class QueryContentionResult extends java.lang.ObjectAn object containing results from a
QueryContentionnative call to z/OS SYSEVENT QRYCONT.- Since:
- 2.4.5
- See Also:
QueryContention,ResourceContention
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetNumberOfContentions()Answer number of resource contentions returned by SYSEVENT QRYCONT.ResourceContention[]getResourceContentions()Answer a list of resource contentions as returned by SYSEVENT QRYCONT.booleanhasMoreContentions()Answer whether there are additional resource contentions other than those returned by SYSEVENT QRYCONT.
-
-
-
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.
-
-