Uses of Interface
com.compuware.api.topaz.hostresources.zos.IDataSetCharacteristics
-
Packages that use IDataSetCharacteristics Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of IDataSetCharacteristics in com.compuware.api.topaz.hostresources.zos
Subinterfaces of IDataSetCharacteristics in com.compuware.api.topaz.hostresources.zos Modifier and Type Interface Description interfaceIPartitionedDataSetCharacteristicsPartitioned dataset (PDS) characteristics.interfaceISequentialDataSetCharacteristicsSequential dataset characteristics.interfaceIVSAMClusterCharacteristicsVSAM cluster characteristics.Methods in com.compuware.api.topaz.hostresources.zos that return IDataSetCharacteristics Modifier and Type Method Description IDataSetCharacteristicsIDataSet. fetchCharacteristics()Fetches the characteristics of this dataset from the z/OS host on which it resides.
-