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 void
IPartitionedDataSet. deleteMember(String memberName)
Deletes the member with the specified name from this partitioned dataset.void
IDataSetCommandProvider. 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 aMemberWriter
using the specified z/OS host connection, partitioned dataset name, and member name.MemberWriter(IPartitionedDataSetMember pdsMember)
Constructs aMemberWriter
using the specified partitioned dataset member.
-