Uses of Interface
com.compuware.api.topaz.hostresources.zos.IAllocateParameters
-
Packages that use IAllocateParameters Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of IAllocateParameters in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return IAllocateParameters Modifier and Type Method Description IAllocateParametersAllocateParametersBuilder. build()Builds an instance ofIAllocateParametersas configured by this builder.Methods in com.compuware.api.topaz.hostresources.zos with parameters of type IAllocateParameters Modifier and Type Method Description voidIDataSetCommandProvider. allocatePartitionedDataSet(String dataSetName, IAllocateParameters parameters)Allocates a partitioned dataset with the specified name and parameters on the associated z/OS host.voidIDataSetCommandProvider. allocateSequentialDataSet(String dataSetName, IAllocateParameters parameters)Allocates a sequential dataset with the specified name and parameters on the associated z/OS host.
-