Uses of Class
com.compuware.api.topaz.hostresources.zos.AllocationFailedException
-
Packages that use AllocationFailedException Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of AllocationFailedException in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that throw AllocationFailedException Modifier and Type Method Description void
IDataSetCommandProvider. allocatePartitionedDataSet(String dataSetName, IAllocateParameters parameters)
Allocates a partitioned dataset with the specified name and parameters on the associated z/OS host.void
IDataSetCommandProvider. allocateSequentialDataSet(String dataSetName, IAllocateParameters parameters)
Allocates a sequential dataset with the specified name and parameters on the associated z/OS host.
-