Try OpenEdge Now
skip to main content
Java Open Clients
Accessing Proxy Properties : Accessing properties with methods
 

Accessing properties with methods

There are two types of methods you can use to access properties on the RunTimeProperties class and on instances of the Connection class:
*General property accessor methods that perform either get or set operations according to the type of method (get or set) and the property name
*Purposed property accessor methods that perform operations on properties for a specified functional purpose
The following sections describe how to access proxy properties with methods:
*General property accessor methods for the RunTimePropertiesclass
*General property accessor methods for Connection objects
*Available properties
*Accessing properties using purposed accessor methods
* General property accessor methods for the RunTimeProperties class
* General property accessor methods for Connection objects
* Available properties
* Accessing properties using purposed accessor methods