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 IZOSHostConnection
IDataSet. getHostConnection()
Returns the host connection used to obtained this host resource.IZOSHostConnection
IGenerationDataGroup. getHostConnection()
Returns the host connection used to obtained this host resource.IZOSHostConnection
IMember. getHostConnection()
Returns the host connection used to obtained this host resource.IZOSHostConnection
IDataSetCommandProvider. 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 aDataSetReader
using the specified z/OS host connection and sequential dataset name.DataSetWriter(IZOSHostConnection zosHostConnection, String sequentialDataSetName)
Constructs aDataSetWriter
using the specified z/OS host connection and sequential dataset name.MemberReader(IZOSHostConnection zosHostConnection, String pdsName, String memberName)
Constructs aMemberReader
using the specified z/OS host connection, partitioned dataset name, and member name.MemberWriter(IZOSHostConnection zosHostConnection, String pdsName, String memberName)
Constructs aMemberWriter
using 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 IZOSHostConnection
IZOSHost. 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 IZOSHostConnection
IJob. getIZOSHostConnection()
Returns the IZOSHostConnection associated with this jobIZOSHostConnection
IJESCommandProvider. 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 IZOSHostConnection
ITSOCommandProvider. getZOSHostConnection()
Returns the z/OS host connection associated with this command provider.
-