Uses of Class
com.compuware.api.topaz.hostcredentials.DigitalCertificateException
-
Packages that use DigitalCertificateException Package Description com.compuware.api.topaz.hostconnections.zos Provides interfaces related to z/OS host connections. -
-
Uses of DigitalCertificateException in com.compuware.api.topaz.hostconnections.zos
Methods in com.compuware.api.topaz.hostconnections.zos that throw DigitalCertificateException 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.
-