Hi Thomas, that constant has been there since June 2016.
______________________________________________________________________________________
Edmund Reinhardt
905-413-3125
IBM Canada Ltd Rational Developer for i Access Client Solutions
Architect
[1]
https://www.linkedin.com/in/edmundreinhardt/ [2]
http://ibm.biz/rdi_hub [3]
http://ibm.biz/IBMi_ACS
----- Original message -----
From: Thomas Raddatz <thomas.raddatz@xxxxxx>
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxxxxxxxx>
To: Rational Developer for IBM i <wdsci-l@xxxxxxxxxxxxxxxxxx>
Cc:
Subject: [EXTERNAL] Re: [WDSCI-L] How to get connection name from
DebuggeeProcess?
Date: Wed, Oct 28, 2020 7:23 AM
Hi Edmund,
That is really good news. Thank you so much for your help.
The only problem is, that iSphere still supports RDP 8.0, which lacks
the suggested API. I assume Frank and I have to decide whether or not we
want to continue supporting that fairly old release.
Do you know since when (RDi version number) attribute
“AS400ConfigurationConstants.RESID_CONNECTION_NAME” is available?
Regards,
Thomas.
-----Ursprüngliche Nachricht-----
Von: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxxxxxxxx> Im Auftrag von Edmund
Reinhardt
Gesendet: Dienstag, 20. Oktober 2020 23:21
An: wdsci-l@xxxxxxxxxxxxxxxxxx
Cc: wdsci-l@xxxxxxxxxxxxxxxxxx
Betreff: Re: [WDSCI-L] How to get connection name from DebuggeeProcess?
Hello Thomas,
The debug team has looked at your requirements.
For the job name, this is something they have accepted as a future
requirement but for the connection name, it is currently officially
supported via
import com.ibm.etools.iseries.debug.internal.core.AS400ConfigurationConstants;
IDebugTarget pdtdebugTarget = ...
String connectionName = pdtdebugTarget.getLaunch().getLaunchConfiguration().getAttribute(AS400ConfigurationConstants.RESID_CONNECTION_NAME, "");
There are no plans to provide an alternative API to get this
information.
I hope this helps,
______________________________________________________________________________________
Edmund Reinhardt
905-413-3125
IBM Canada Ltd Rational Developer for i
Access Client Solutions
Architect
[1][4]
https://www.linkedin.com/in/edmundreinhardt/ [2][5]http://ibm.biz/rdi_hub [3][6]http://ibm.biz/IBMi_ACS ;
--
This is the Rational Developer for IBM i (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: [7]
https://lists.midrange.com/mailman/listinfo/wdsci-l ;
or email: WDSCI-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at [8]
https://archive.midrange.com/wdsci-l ;.
Help support midrange.com by shopping at amazon.com with our affiliate
link: [9]
https://amazon.midrange.com ;
References
Visible links
1.
https://www.linkedin.com/in/edmundreinhardt/
2.
http://ibm.biz/rdi_hub
3.
http://ibm.biz/IBMi_ACS
4.
https://www.linkedin.com/in/edmundreinhardt/
5.
http://ibm.biz/rdi_hub
6.
http://ibm.biz/IBMi_ACS
7.
https://lists.midrange.com/mailman/listinfo/wdsci-l
8.
https://archive.midrange.com/wdsci-l
9.
https://amazon.midrange.com/
As an Amazon Associate we earn from qualifying purchases.