Try OpenEdge Now
skip to main content
Application Developer's Guide
Using Callback Adapter : Developing the Callback Adapter : Developing the Callback Adapter Java class : Using constructors
 
Using constructors
The adapter needs to have a public constructor method with no arguments. This is used to instantiate the adapter. At any instance specific resource initialization required for the adapter can be added here.