Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Returns the master proxy of the proxy cluster. | |
Parameters: |
Proxy cluster whose master proxy is to be read. | |
Return: | ( Master proxy of e proxy cluster | |
Exceptions: |
| |
Example: | ...
import BcAdminProxyCluster
...
clstr_obj=BcAdminProxyCluster.getObject("BCCluster")
m_proxy_obj=BcAdminProxyCluster.getMasterProxy(clstr_obj)
...
| |