Create a z/OS Host

When writing Java applications or (Eclipse plug-ins not running in a Workbench for Eclipse client), you can create instances of z/OS Hosts using the HostFactory class:

String host = ...
int port = ...
Protocol protocol = ...
int timeoutSeconds = ...

IZOSHost zosHost = HostFactory.createZOSHost(host, port, protocol, timeoutSeconds);



Was this page helpful? Yes No Submitting... Thank you

Comments