public Hashtable getAllAgentProperties();
None.
A reference to the java.util.Hashtable object that contains the ODA configuration properties (represented as AgentProperty objects), keyed on the property name.
The getAllAgentProperties() method retrieves all ODA configuration properties from the ODA run-ime memory. Business Object Wizard reads configuration properties into ODA run-time 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.