Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.Core.ServerConnection.IServerConnection

OpenEdge.Core.ServerConnection.IServerConnection

  • Last Updated: January 15, 2026
  • 1 minute read
    • OpenEdge
    • Documentation
Namespace: OpenEdge.Core.ServerConnection
Type: Interface IServerConnection
Parent Classes:
Inherits: Progress.Lang.Object


Copyright (c) 2013 by Progress Software Corporation. All rights reserved.
File:IServerConnection
Author(s):pjudge
Created:Thu Feb 28 15:02:14 EST 2013
Notes:* This class based on the AutoEdge|TheFactory version



Method Summary
  Options Name Purpose
  Connect () /** Connect to the server specified, based on the ConnectionParameters */
  CreateServer () /** Creates a server object (ie this-object:Server). This is separated from the Connect/Disconnect pair of methods so that one server can be connected and disconnected multiple time. */
  DestroyServer () /** Destroys the server object (ie this-object:Server). This is separated from the Connect/Disconnect pair of methods so that one server can be connected and disconnected multiple time. */
  Disconnect () /** Disconnect from the server, if connected */

Property Summary
  Options Name Purpose
  LOGICAL Connected
  OpenEdge.Core.ServerConnection.IConnectionParameters ConnectionParameters
  Progress.Lang.Object Server


Method Detail
Top

Connect ()

Purpose: Connect to the server specified, based on the ConnectionParameters
Top

CreateServer ()

Purpose: Creates a server object (ie this-object:Server). This is separated
from the Connect/Disconnect pair of methods so that one server can
be connected and disconnected multiple time.
Top

DestroyServer ()

Purpose: Destroys the server object (ie this-object:Server). This is separated
from the Connect/Disconnect pair of methods so that one server can
be connected and disconnected multiple time.
Top

Disconnect ()

Purpose: Disconnect from the server, if connected


Property Detail
Top

LOGICAL Connected

Returns LOGICAL
 
Top

OpenEdge.Core.ServerConnection.IConnectionParameters ConnectionParameters

Top

Progress.Lang.Object Server

Returns Progress.Lang.Object
 


TitleResults for “How to create a CRG?”Also Available inAlert