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 interface
IMigratedDataSet
A migrated dataset that resides on a z/OS host.interface
IPartitionedDataSet
A partitioned dataset (PDS) that resides on a z/OS host.interface
ISequentialDataSet
A sequential dataset that resides on a z/OS host.interface
IVSAMCluster
A 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 IDataSet
IDataSetCommandProvider. findDataSet(String dataSetName)
Returns the dataset with the specified name if it can be found on the associated z/OS host.IDataSet
IDataSetCommandProvider. 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.IDataSet
IGenerationDataGroup. findGenerationDataSet(int relativeGenerationNumber)
Returns a specific generation dataset from this generation data group if it can be found on the associated z/OS host.IDataSet
IDataSetCharacteristics. getDataSet()
Returns the associated dataset.IDataSet
IMember. getDataSet()
Returns the dataset that this member is part of.IDataSet
IMigratedDataSet. 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.
-