Uses of Class
com.compuware.api.topaz.hostcredentials.UserIDException
-
Packages that use UserIDException Package Description com.compuware.api.topaz.hostconnections.zos Provides interfaces related to z/OS host connections. -
-
Uses of UserIDException in com.compuware.api.topaz.hostconnections.zos
Methods in com.compuware.api.topaz.hostconnections.zos that throw UserIDException Modifier and Type Method Description void
IZOSHostConnection. connect(IZOSCredentials credentials)
Connects to the associated z/OS host.void
IZOSUserProgramConnection. launchUserProgram(IZOSCredentials credentials, String userProcedureName, String userProgramName)
Launches the z/OS user program with the specified credentials, z/OS user procedure name, and z/OS user program name.
-