Uses of Interface
com.compuware.api.topaz.hostresources.zos.IVSAMCluster
-
Packages that use IVSAMCluster Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of IVSAMCluster in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return IVSAMCluster Modifier and Type Method Description IVSAMCluster
IDataSetCommandProvider. findVSAMCluster(String vsamClusterName)
Returns the VSAM cluster with the specified name if it can be found on the associated z/OS host.IVSAMCluster
IVSAMClusterCharacteristics. getDataSet()
Returns the associated dataset.IVSAMCluster
IndexComponentNotFoundException. getVSAMCluster()
Returns the VSAM cluster that does not have an index component.Methods in com.compuware.api.topaz.hostresources.zos that return types with arguments of type IVSAMCluster Modifier and Type Method Description List<IVSAMCluster>
IDataSetCommandProvider. findVSAMClusters(String dataSetFilter)
Returns the list of VSAM clusters that match the specified filter on the associated z/OS host.Constructors in com.compuware.api.topaz.hostresources.zos with parameters of type IVSAMCluster Constructor Description IndexComponentNotFoundException(String message, String localizedMessage, IVSAMCluster vsamCluster)
Constructs a new index component not found exception with the specified detail messages and dataset name.IndexComponentNotFoundException(String message, String localizedMessage, Throwable cause, IVSAMCluster vsamCluster)
Constructs a new index component not found exception with the specified detail messages, cause, and dataset name.
-