Function: |
Starts the specified action for the EIS partner. | |
Parameters: |
EIS partner for which the action is to be started.
Action that is to be started for the specified EIS partner. Possible values are (see | |
| Checks the availability of the EIS partner. | |
| Generates a configuration file that must be integrated in the configuration of the EIS partner. | |
Return: | For
For
| |
Exceptions: |
| |
Example: | ... import BcAdminEisPartner import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") eis_obj=BcAdminEisPartner.getObject("testEIS",proxy_obj) isSucc=BcAdminEisPartner.perform(eis_obj,action="gen-config") ... |