getConfigProp()

Retrieves the configuration property value for a connector from the repository.

Syntax

public final static String getConfigProp(String propName);
 

Parameters

propName
Is the name of the property to retrieve.

Return values

A String object containing the property value. If the property name is not found, the method returns null.

Notes

When you call getConfigProp("ConnectorName") in a parallel-process connector (one that has the ParallelProcessDegree connector property set to a value greater than 1), the method always returns the name of the connector-agent master process, regardless of whether it is called in the master process or a slave process.

Copyright IBM Corp. 1997, 2004