PreviousNextIndex

Server object handle

Allows you to connect and execute remote procedures on an AppServer or Web service.

Note: This handle does not provide direct access to an AppServer session context as does a SESSION handle for the current context. Rather, it provides access to a server object in the current context that allows you to connect, disconnect, and retrieve a variety of information on a connected AppServer.
Syntax

server-handle [ :attribute | :method ] 

server-handle
attribute
method
Attributes

  1. For this attribute to be valid, the handle must have an AppServer or Web service connection (the CONNECTED( ) method must return TRUE).

Methods

Note

For SpeedScript, as in any ABL client, a WebSpeed Agent can use a valid server handle to access and run remote procedures on an AppServer. However, it does not access or affect the state of any WebSpeed Transaction Server.


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex