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 HostConnectionExceptionis the superclass for all unchecked exceptions related to host connections.HostIOException HostIOExceptionis an unchecked exception thrown when an exception occurs while reading or writing data over a host connection.HostNotConnectedException HostNotConnectedExceptionis an unchecked exception that is thrown when an attempt to communicate to a host when the host is not connected.HostNotDefinedException HostNotDefinedExceptionis an unchecked exception thrown when an attempt to perform an action on anIHostis made but that host is not defined in the Topaz Workbench preferences.HostNotReachableException HostNotReachableExceptionis an unchecked exception thrown when an attempt to connect to a host is made but it is not reachable.UserProgramConcurrentExecutionException UserProgramConcurrentExecutionExceptionis an unchecked exception thrown when an attempt to launch a user program is made while the same or another program is currently executing.UserProgramException UserProgramExceptionis the superclass for all unchecked exceptions related to user programs.UserProgramJCLErrorException TheUserProgramJCLErrorExceptionunchecked exception thrown when an attempt to launch a user program is made but a JCL error occurred.UserProgramLaunchException UserProgramLaunchExceptionis thrown when a launch is unable to determine the status of a user program launch request.UserProgramNotExecutingException UserProgramNotExecutingExceptionis an unchecked exception thrown when an attempt to act on a user program is made but a user program is not currently executing.UserProgramNotFoundException UserProgramNotFoundExceptionis thrown when a launch is unable to locate the specified user program.