public class QueryContentionResult
extends java.lang.Object
An object containing results from a QueryContention native call to z/OS SYSEVENT QRYCONT.
QueryContention,
ResourceContention| Modifier and Type | Method and 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.
|
public ResourceContention[] getResourceContentions()
public int getNumberOfContentions()
public boolean hasMoreContentions()