Loading...
Select Version
Function: |
Removes the specified resource adapter from the configuration. |
Parameters: |
Resource adapter that is to be removed. |
Return: | None |
Exceptions: |
|
Example: | ... import BcAdminRA import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") ra_obj=BcAdminRA.getObject("test-RA", proxy_obj) BcAdminRA.remove(ra_obj) ... |