Loading...
Select Version
Function: |
Reads the proxy cluster with the specified name from the configuration |
Parameters: |
Name of the BeanConnect proxy cluster that is to be read. |
Return: | ( The read proxy cluster or |
Exceptions: |
|
Note: | Before you can use the returned object as a call parameter for other functions, you must first perform an authentication (see the function |
Example: | ... import BcAdminProxyCluster ... clstr_obj=BcAdminProxyCluster.getObject("BCCluster") ... |