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();
Related topics
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.