Retrieves all ODA configuration properties.
Syntax
public Hashtable getAllAgentProperties();
Parameters
None.
Return values
A reference to the java.util.Hashtable object that contains the ODA configuration properties (represented as AgentProperty objects), keyed on the property name.
Notes
The getAllAgentProperties() method retrieves all ODA configuration properties from the ODA-runtime memory. Business Object Wizard reads configuration properties into ODA-runtime memory after the user specifies configuration-property values in the Configure Agent dialog box. This method retrieves the configuration properties as a Hashtable object, which maps keys to values. The keys are the names of the properties and values are the associated property values. Use methods of the Hashtable class (such as keys() and elements()) to obtain the information from this structure.
See also