Uses of Interface
com.compuware.api.topaz.hostconnections.IHostConnection
-
Packages that use IHostConnection Package Description com.compuware.api.topaz.hostconnections.zos Provides interfaces related to z/OS host connections.com.compuware.api.topaz.hostresources Provides classes and exceptions related to host resources. -
-
Uses of IHostConnection in com.compuware.api.topaz.hostconnections.zos
Subinterfaces of IHostConnection in com.compuware.api.topaz.hostconnections.zos Modifier and Type Interface Description interface
IZOSHostConnection
A connection to a z/OS host.interface
IZOSUserProgramConnection
A connection to a z/OS user program. -
Uses of IHostConnection in com.compuware.api.topaz.hostresources
Methods in com.compuware.api.topaz.hostresources that return IHostConnection Modifier and Type Method Description IHostConnection
IHostResource. getHostConnection()
Returns the host connection used to obtained this host resource.
-