×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
wim.jongman@xxxxxxxxxxxxxxxxxx wrote:
How do I get a reference to a remote object in the RSE?
What kind of remote object are you looking for? A WDSC/RDI specific type of a JT400 type?
If it's WDSC/RDI, then you can use the appropriate getter method on the connection object.
In WDSC 7.0/RDI 7.1 I use the following logic to get a source member ...
SystemConnection syscon = subsystem.getSystemConnection();
ISeriesConnection connection = ISeriesConnection.getConnection(syscon);
ISeriesMember mbr = connection.getISeriesMember(null, sourceLibrary, sourceFile, sourceMember);
The connection object has a getObject method that lets you specify library, object name, & type.
david
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.