Obtaining a JES command provider
In order to perform various JES functions, a JES command provider must first be obtained.
To obtain a JES command provider:
IZOSHostConnection zosHostConnection = ...
// get the JES command provider from a z/OS host connection
// note: the command provider will only be usable while the z/OS host
// connection is connected to its z/OS host
IJESCommandProvider commandProvider = zosHostConnection
.getJESCommandProvider();
// get the JES command provider from a z/OS host connection
// note: the command provider will only be usable while the z/OS host
// connection is connected to its z/OS host
IJESCommandProvider commandProvider = zosHostConnection
.getJESCommandProvider();
Related topics
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*