Progress
Open Client
Developer’s Guide


Connecting To an AppServer

To establish an AppServer connection in a Java client, you must instantiate an AppObject. ProxyGen generates the class constructor for each AppObject in three overloaded forms:

SYNTAX
public class-name 
  ( String url, 
    String userid, 
    String password, 
    String appserver-info
  );  

public class-name 
  ( String userid, 
    String password, 
    String appserver-info
  ); 

public class-name (); 

The url parameter specifies the AppServer connection information. The userid, password, and appserver-info parameters specify any information required by the AppServer application at connection time. For more information on how to specify these parameters, see the information on connecting to an AppServer in Programming Concepts."


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095