Monday, June 25, 2012

Manage JDBC Adapters in webMethods

Manager JDBC Adapters in webMethods

Package: WmART

1. Fucntion: WmART:pub.art.listRegisteredAdapters
List all registered adapters in webMethods server. It takes no input and return a list with adapterTypeName and adapterDisplayName. The adapterDisplayName is the name you see in the Connection Type column of the Connections table from IS Adapters > JDBC Adapter > Connections window. The adapterTypeName is the name to use for listAdapterConnections function.

2. Function: WmART:pub.art.connection.listAdapterConnections
List registered adapters in webMethods server. It takes one input, adpaterTypeName, i.e. "JDBCAdapter" for JDBC Adapter Connections.

3. Function: WmART: put.art.connection.disableConnection
It takes one input, connectionAlias, which is the name in Connection Name column of the Connections table on IS Adapters > JDBC Adapter > Connections window.

4. Function: WmART: put.art.connection.enableConnection
It takes one input, connectionAlias, which is the name in Connection Name column of the Connections table on IS Adapters > JDBC Adapter > Connections window.