Uses of Interface
com.compuware.api.topaz.hostresources.zos.IDataSet
-
Packages that use IDataSet Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of IDataSet in com.compuware.api.topaz.hostresources.zos
Subinterfaces of IDataSet in com.compuware.api.topaz.hostresources.zos Modifier and Type Interface Description interfaceIMigratedDataSetA migrated dataset that resides on a z/OS host.interfaceIPartitionedDataSetA partitioned dataset (PDS) that resides on a z/OS host.interfaceISequentialDataSetA sequential dataset that resides on a z/OS host.interfaceIVSAMClusterA VSAM cluster that resides on a z/OS host.Methods in com.compuware.api.topaz.hostresources.zos that return IDataSet Modifier and Type Method Description IDataSetIDataSetCommandProvider. findDataSet(String dataSetName)Returns the dataset with the specified name if it can be found on the associated z/OS host.IDataSetIDataSetCommandProvider. findGenerationDataSet(String generationDataGroupName, int relativeGenerationNumber)Returns a specific generation dataset from the specified generation data group if it can be found on the associated z/OS host.IDataSetIGenerationDataGroup. findGenerationDataSet(int relativeGenerationNumber)Returns a specific generation dataset from this generation data group if it can be found on the associated z/OS host.IDataSetIDataSetCharacteristics. getDataSet()Returns the associated dataset.IDataSetIMember. getDataSet()Returns the dataset that this member is part of.IDataSetIMigratedDataSet. recall()Recalls this migrated dataset.Methods in com.compuware.api.topaz.hostresources.zos that return types with arguments of type IDataSet Modifier and Type Method Description List<IDataSet>IDataSetCommandProvider. fetchGenerationDataSets(String generationDataGroupName)Returns a list of all generation datasets from the specified generation data group on the associated z/OS host.List<IDataSet>IGenerationDataGroup. fetchGenerationDataSets()Returns a list of all generation datasets from this generation data group on the associated z/OS host.List<IDataSet>IDataSetCommandProvider. findDataSets(String dataSetFilter)Returns the list of datasets that match the specified filter on the associated z/OS host.List<IDataSet>IDataSetCommandProvider. findDataSets(String dataSetFilter, DataSetType... dataSetTypes)Returns the list of datasets of the specified type(s) that match the specified filter on the associated z/OS host.
-