Function: |
| ||
Starts the specified action for the resource adapter. | |||
Parameters: |
| ||
Resource adapter for which the action is to be started. | |||
action (String) | |||
Action that is to be started for the specified resource adapter. Possible values are (see | |||
| Checks the resource adapter's execution status. | ||
update-ra-xml | Enters the saved changes in the configuration of the resource adapter. | ||
| |||
Dictionary with the key-value pairs for the parameters that are to be passed to the specified action. | |||
Return: | For | ||
Exceptions: |
| ||
Example: | ... import BcAdminRA import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") ra_obj=BcAdminRA.getObject("test-RA", proxy_obj) bcaction=BcAdminRA.perform(ra_obj,"check-avail") ... |