getAllConfigProp()

Retrieves a list of all configuration properties for the current connector as hierarchical connector properties.

Syntax

public static CxProperty[] getAllConfigProp();
 

Parameters

None.

Return values

A reference to an array of CxProperty objects, each of which contains one connector property for the current connector.

Notes

The getAllConfigProp() method retrieves the connector configuration properties as an array of CxProperty objects. Each connector-property (CxProperty) object contains a single connector property and can hold a single value, another property, or a combination of values and child properties. Use methods of the CxProperty class (such as getAllChildProps() and getStringValues()) to obtain the values from a connector-property object.

See also

getConfigProp(), getAllConnectorAgentProperties(), getAllStandardProperties(), getAllUserProperties()

Copyright IBM Corp. 1997, 2004