Loading...
Select Version
Function: |
Reads the EIS partner with the specified name from the configuration. |
Parameters: |
Name of the BeanConnect EIS partner that is to be read.
Proxy or proxy cluster to which the EIS partner is assigned. |
Return: |
The read EIS partner or |
Exceptions: |
|
Note: | The specification of a |
Example: | ... import BcAdminEisPartner import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") eis_obj=BcAdminEisPartner.getObject("testEIS",proxy_obj) ... |