Function: |
Reads the resource adapter with the specified name from the configuration |
Parameters: |
Name of the BeanConnect resource adapter that is to be read.
Proxy or proxy cluster to which the resource adapter is assigned. |
Return: | ( The read resource adapter or |
Exceptions: |
|
Example: | ... import BcAdminRA import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") ra_obj=BcAdminRA.getObject("test-RA".proxy_obj) ... |