Try OpenEdge Now
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
In this section:
General property accessor methods for the RunTimeProperties class
General property accessor methods for Connection objects
Available properties
Accessing properties using purposed accessor methods