Uses of Interface
com.compuware.api.topaz.hosts.IHost
-
Packages that use IHost Package Description com.compuware.api.topaz Provides exceptions that are applicable to all of the Topaz API.com.compuware.api.topaz.hostconnections Provides interfaces and exceptions related to host connections.com.compuware.api.topaz.hostcredentials Provides interfaces and exceptions related to host credentials.com.compuware.api.topaz.hosts.zos Provides classes and exceptions related to z/OS hosts. -
-
Uses of IHost in com.compuware.api.topaz
Methods in com.compuware.api.topaz that return IHost Modifier and Type Method Description IHost
MethodNotSupportedException. getHost()
Returns the host that does not support the method.Constructors in com.compuware.api.topaz with parameters of type IHost Constructor Description MethodNotSupportedException(String message, String localizedMessage, IHost host)
Constructs a new method not supported exception with the specified detail messages and host.MethodNotSupportedException(String message, String localizedMessage, Throwable cause, IHost host)
Constructs a new method not supported exception with the specified detail messages, cause, and host. -
Uses of IHost in com.compuware.api.topaz.hostconnections
Methods in com.compuware.api.topaz.hostconnections that return IHost Modifier and Type Method Description IHost
HostConnectionException. getHost()
Returns the host that this exception occurred on.IHost
IHostConnection. getHost()
Returns the host associated with this host connection.Constructors in com.compuware.api.topaz.hostconnections with parameters of type IHost Constructor Description HostConnectionException(String message, String localizedMessage, IHost host)
Constructs a new host connection exception with the specified detail messages and host.HostConnectionException(String message, String localizedMessage, Throwable cause, IHost host)
Constructs a new host connection exception with the specified detail messages, cause, and host.HostIOException(String message, String localizedMessage, IHost host)
Constructs a new host IO exception with the specified detail messages and host.HostIOException(String message, String localizedMessage, Throwable cause, IHost host)
Constructs a new host IO exception with the specified detail messages, cause, and host.HostNotConnectedException(String message, String localizedMessage, IHost host)
Constructs a new host not connected exception with the specified detail messages and host.HostNotConnectedException(String message, String localizedMessage, Throwable cause, IHost host)
Constructs a new host not connected exception with the specified detail messages, cause, and host.HostNotDefinedException(String message, String localizedMessage, IHost host)
Constructs a new host not defined exception with the specified detail messages and host.HostNotDefinedException(String message, String localizedMessage, Throwable cause, IHost host)
Constructs a new host not defined exception with the specified detail messages, cause, and host.HostNotReachableException(String message, String localizedMessage, IHost host)
Constructs a new host not reachable exception with the specified detail messages and host.HostNotReachableException(String message, String localizedMessage, Throwable cause, IHost host)
Constructs a new host not reachable exception with the specified detail messages, cause, and host. -
Uses of IHost in com.compuware.api.topaz.hostcredentials
Methods in com.compuware.api.topaz.hostcredentials that return IHost Modifier and Type Method Description IHost
HostCredentialsException. getHost()
The host that this exception occurred on.Constructors in com.compuware.api.topaz.hostcredentials with parameters of type IHost Constructor Description DigitalCertificateException(String message, String localizedMessage, IHost host)
Constructs a new digital certificate exception with the specified detail messages and host.DigitalCertificateException(String message, String localizedMessage, Throwable cause, IHost host)
Constructs a new digital certificate exception with the specified detail messages, cause, and host.HostCredentialsException(String message, String localizedMessage, IHost host)
Constructs a new host credentials exception with the specified detail messages and host.HostCredentialsException(String message, String localizedMessage, Throwable cause, IHost host)
Constructs a new host credentials exception with the specified detail messages, cause, and host.PasswordException(String message, String localizedMessage, IHost host)
Constructs a new password exception with the specified detail messages and host.PasswordException(String message, String localizedMessage, Throwable cause, IHost host)
Constructs a new password exception with the specified detail messages, cause, and host.UserIDException(String message, String localizedMessage, IHost host)
Constructs a new user ID exception with the specified detail messages and host.UserIDException(String message, String localizedMessage, Throwable cause, IHost host)
Constructs a new user ID exception with the specified detail messages, cause, and host. -
Uses of IHost in com.compuware.api.topaz.hosts.zos
Subinterfaces of IHost in com.compuware.api.topaz.hosts.zos Modifier and Type Interface Description interface
IZOSHost
A z/OS host is used to create connections to a z/OS host.
-