Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Using the Services for Managing Namespace Nodes | Connection Services | wm.art.dev.connection:fetchConnectionManagerMetadata
 
wm.art.dev.connection:fetchConnectionManagerMetadata
This service fetches the connection manager properties that are predefined for all the connections, such as poolable, minimumPoolSize, maximumPoolSize, and others.
This service receives no inputs and returns an array of connectionManagerProperties structure. The connectionManagerProperties structure contains all metadata associated with each of the connection manager properties such as systemName, parameterType, defaultValue, and isRequired attributes, which you can use to configure a connection node.
Input Parameters
None.
Output Parameters
Name
Description
connectionManagerProperties[n]
IData. Required. An n-dimensioned array of connection manager properties.
systemName
String. Required. Internal property name. Values are:
*poolable
*minimumPoolSize
*maximumPoolSize
*poolIncrementSize
*blockingTimeout
*expireTimeout
displayName
String. Required. External property name displayed.
description
String. Required. Description of the property.
parameterType
String. Required. Data type of the property.
*The following Java data types are supported for connections: char, short, int, long, float, double, boolean, java.lang.String, java.lang.Character, java.lang.Short, java.lang.Integer, java.lang.Long, java.lang.Float, java.lang.Double, java.lang.Boolean.
*Arrays are not supported.
groupURL
String. Not applicable to connection manager properties.
groupName
String. Not applicable to connection manager properties.
tupleName
String. Not applicable to connection manager properties.
treeName
String. Not applicable to connection manager properties.
treeDelimiter
String. Not applicable to connection manager properties.
resourceDomain
String. Not applicable to connection manager properties.
defaultValue
String. Default value of the property.
isRequired
Boolean. Specifies whether the property is required.