Uses of Interface
com.compuware.api.topaz.hostconnections.zos.IZOSHostConnection
-
Packages that use IZOSHostConnection Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources.com.compuware.api.topaz.hosts.zos Provides classes and exceptions related to z/OS hosts.com.compuware.api.topaz.jes Provides classes and exceptions related to JES.com.compuware.api.topaz.tso Provides interfaces related to TSO -
-
Uses of IZOSHostConnection in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return IZOSHostConnection Modifier and Type Method Description IZOSHostConnectionIDataSet. getHostConnection()Returns the host connection used to obtained this host resource.IZOSHostConnectionIGenerationDataGroup. getHostConnection()Returns the host connection used to obtained this host resource.IZOSHostConnectionIMember. getHostConnection()Returns the host connection used to obtained this host resource.IZOSHostConnectionIDataSetCommandProvider. getZOSHostConnection()Returns the z/OS host connection associated with this command provider.Constructors in com.compuware.api.topaz.hostresources.zos with parameters of type IZOSHostConnection Constructor Description DataSetReader(IZOSHostConnection zosHostConnection, String sequentialDataSetName)Constructs aDataSetReaderusing the specified z/OS host connection and sequential dataset name.DataSetWriter(IZOSHostConnection zosHostConnection, String sequentialDataSetName)Constructs aDataSetWriterusing the specified z/OS host connection and sequential dataset name.MemberReader(IZOSHostConnection zosHostConnection, String pdsName, String memberName)Constructs aMemberReaderusing the specified z/OS host connection, partitioned dataset name, and member name.MemberWriter(IZOSHostConnection zosHostConnection, String pdsName, String memberName)Constructs aMemberWriterusing the specified z/OS host connection, partitioned dataset name, and member name. -
Uses of IZOSHostConnection in com.compuware.api.topaz.hosts.zos
Methods in com.compuware.api.topaz.hosts.zos that return IZOSHostConnection Modifier and Type Method Description IZOSHostConnectionIZOSHost. createZOSHostConnection()Creates a z/OS host connection to be used for connecting to this z/OS host. -
Uses of IZOSHostConnection in com.compuware.api.topaz.jes
Methods in com.compuware.api.topaz.jes that return IZOSHostConnection Modifier and Type Method Description IZOSHostConnectionIJob. getIZOSHostConnection()Returns the IZOSHostConnection associated with this jobIZOSHostConnectionIJESCommandProvider. getZOSHostConnection()Returns the z/OS host connection associated with this command provider. -
Uses of IZOSHostConnection in com.compuware.api.topaz.tso
Methods in com.compuware.api.topaz.tso that return IZOSHostConnection Modifier and Type Method Description IZOSHostConnectionITSOCommandProvider. getZOSHostConnection()Returns the z/OS host connection associated with this command provider.
-