Function: |
Reads all the objects of a certain type that are assigned to the proxy cluster and returns a dictionary with the names and objects of this type. | ||
Parameters: |
Proxy cluster for which the objects of the specified cluster are to be listed.
Type of object of which a list of all objects in the current configuration is to be created. The following values can be specified for | ||
String | or the value of one of the following | ||
| BcObjectType.EIS_PARTNER.toString() | ||
| BcObjectType.INBOUND_MSG_ENDPOINT.toString() | ||
| BcObjectType.INBOUND_SERVICE.toString() | ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
Return: | Dictionary with all the objects of this type that are assigned to this proxy cluster and the associated name as key. | ||
Exceptions: |
| ||
Example: | ... import BcAdminProxyCluster ... clstr_obj=BcAdminProxyCluster.getObject("BCCluster") proxyList=BcAdminProxyCluster.getList(clstr_obj,"proxy") ... |