Uses of Class
com.compuware.api.topaz.hostresources.zos.MemberInUseException
-
Packages that use MemberInUseException Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of MemberInUseException in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that throw MemberInUseException Modifier and Type Method Description voidIPartitionedDataSet. deleteMember(String memberName)Deletes the member with the specified name from this partitioned dataset.voidIDataSetCommandProvider. deletePDSMember(String pdsName, String memberName)Deletes a partitioned dataset member with the given member name from the specified partitioned datasetConstructors in com.compuware.api.topaz.hostresources.zos that throw MemberInUseException Constructor Description MemberWriter(IZOSHostConnection zosHostConnection, String pdsName, String memberName)Constructs aMemberWriterusing the specified z/OS host connection, partitioned dataset name, and member name.MemberWriter(IPartitionedDataSetMember pdsMember)Constructs aMemberWriterusing the specified partitioned dataset member.
-