Uses of Interface
com.compuware.api.topaz.hostresources.zos.IEnqueueOwner
-
Packages that use IEnqueueOwner Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of IEnqueueOwner in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return types with arguments of type IEnqueueOwner Modifier and Type Method Description List<IEnqueueOwner>
DataSetInUseException. getEnqueueOwners()
Returns the list of owners that have an exclusive enqueue on the dataset.List<IEnqueueOwner>
MemberInUseException. getEnqueueOwners()
Returns the list of owners that have an exclusive enqueue on the member.Constructor parameters in com.compuware.api.topaz.hostresources.zos with type arguments of type IEnqueueOwner Constructor Description DataSetInUseException(String message, String localizedMessage, String dataSetName, List<IEnqueueOwner> enqueueOwners)
Constructs a new dataset in use exception with the specified detail messages, dataset name, and enqueue owners.DataSetInUseException(String message, String localizedMessage, Throwable cause, String dataSetName, List<IEnqueueOwner> enqueueOwners)
Constructs a new dataset in use exception with the specified detail messages, cause, dataset name, and enqueue owners.MemberInUseException(String message, String localizedMessage, String dataSetName, String memberName, List<IEnqueueOwner> enqueueOwners)
Constructs a new member in use exception with the specified detail messages, partitioned dataset name, member name, and enqueue owners.MemberInUseException(String message, String localizedMessage, Throwable cause, String dataSetName, String memberName, List<IEnqueueOwner> enqueueOwners)
Constructs a new member in use exception with the specified detail messages, cause, partitioned dataset name, member name, and enqueue owners.
-