Package com.compuware.api.topaz.hostconnections
Provides interfaces and exceptions related to host connections.
- Since:
- 1.0.0
-
Interface Summary Interface Description IHostConnection Generic interface for a connection to a definedIHost
. -
Exception Summary Exception Description HostConnectionException HostConnectionException
is the superclass for all unchecked exceptions related to host connections.HostIOException HostIOException
is an unchecked exception thrown when an exception occurs while reading or writing data over a host connection.HostNotConnectedException HostNotConnectedException
is an unchecked exception that is thrown when an attempt to communicate to a host when the host is not connected.HostNotDefinedException HostNotDefinedException
is an unchecked exception thrown when an attempt to perform an action on anIHost
is made but that host is not defined in the Topaz Workbench preferences.HostNotReachableException HostNotReachableException
is an unchecked exception thrown when an attempt to connect to a host is made but it is not reachable.UserProgramConcurrentExecutionException UserProgramConcurrentExecutionException
is an unchecked exception thrown when an attempt to launch a user program is made while the same or another program is currently executing.UserProgramException UserProgramException
is the superclass for all unchecked exceptions related to user programs.UserProgramJCLErrorException TheUserProgramJCLErrorException
unchecked exception thrown when an attempt to launch a user program is made but a JCL error occurred.UserProgramLaunchException UserProgramLaunchException
is thrown when a launch is unable to determine the status of a user program launch request.UserProgramNotExecutingException UserProgramNotExecutingException
is an unchecked exception thrown when an attempt to act on a user program is made but a user program is not currently executing.UserProgramNotFoundException UserProgramNotFoundException
is thrown when a launch is unable to locate the specified user program.