Uses of Interface
com.compuware.api.topaz.hosts.zos.IZOSHost
-
Packages that use IZOSHost Package Description com.compuware.api.topaz.hostconnections.zos Provides interfaces related to z/OS host connections.com.compuware.api.topaz.hostcredentials.zos Provides classes and exceptions related to z/OS host credentials.com.compuware.api.topaz.hosts Provides classes related to hosts.com.compuware.api.topaz.hosts.zos Provides classes and exceptions related to z/OS hosts. -
-
Uses of IZOSHost in com.compuware.api.topaz.hostconnections.zos
Methods in com.compuware.api.topaz.hostconnections.zos that return IZOSHost Modifier and Type Method Description IZOSHost
IZOSHostConnection. getHost()
Returns the z/OS host associated with this z/OS host connection.IZOSHost
IZOSUserProgramConnection. getHost()
Returns the z/OS host associated with this z/OS user program connection.IZOSHost
IZOSUserProgramEvent. getHost()
Returns the z/OS host associated with this event. -
Uses of IZOSHost in com.compuware.api.topaz.hostcredentials.zos
Methods in com.compuware.api.topaz.hostcredentials.zos that return IZOSHost Modifier and Type Method Description IZOSHost
GroupException. getHost()
Returns the z/OS host on which this exception occurred.Constructors in com.compuware.api.topaz.hostcredentials.zos with parameters of type IZOSHost Constructor Description GroupException(String message, String localizedMessage, Throwable cause, IZOSHost zosHost)
Constructs a new group exception with the specified detail messages and host. -
Uses of IZOSHost in com.compuware.api.topaz.hosts
Methods in com.compuware.api.topaz.hosts that return IZOSHost Modifier and Type Method Description static IZOSHost
HostFactory. createZOSHost(String host, int port, Protocol protocol, int timeoutSeconds)
Creates anIZOSHost
implementation for the specified host, port, protocol, and timeout. -
Uses of IZOSHost in com.compuware.api.topaz.hosts.zos
Methods in com.compuware.api.topaz.hosts.zos that return IZOSHost Modifier and Type Method Description IZOSHost
ZOSLicenseException. getZOSHost()
Returns the z/OS host on which the error occurred.IZOSHost
ZOSSystemException. getZOSHost()
Returns the z/OS host on which this exception occurred.Constructors in com.compuware.api.topaz.hosts.zos with parameters of type IZOSHost Constructor Description ZOSAbendException(String message, String localizedMessage, IZOSHost zosHost, int returnCode, String reasonCode)
Constructs a new ZOS abend exception with the specified detail messages, z/OS host, return code and reason code.ZOSAbendException(String message, String localizedMessage, Throwable cause, IZOSHost zosHost, int returnCode, String reasonCode)
Constructs a new ZOS abend exception with the specified detail messages, cause, z/OS host, return code and reason code.ZOSLicenseException(String message, String localizedMessage, IZOSHost zosHost)
Constructs a new ZOS license exception with the specified detail messages and z/OS host.ZOSLicenseException(String message, String localizedMessage, Throwable cause, IZOSHost zosHost)
Constructs a new ZOS license exception with the specified detail messages, cause and z/OS host.ZOSSystemException(String message, String localizedMessage, IZOSHost zosHost, int returnCode, String reasonCode)
Constructs a new ZOS system exception with the specified detail messages, z/OS host, return code and reason code.ZOSSystemException(String message, String localizedMessage, Throwable cause, IZOSHost zosHost, int returnCode, String reasonCode)
Constructs a new ZOS system exception with the specified detail messages, cause, z/OS host, return code and reason code.
-