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 IAllocateParameters
AllocateParametersBuilder. build()
Builds an instance ofIAllocateParameters
as configured by this builder.Methods in com.compuware.api.topaz.hostresources.zos with parameters of type IAllocateParameters 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.
-