Progress
Open Client
Developer’s Guide
Connection States
A connection between an Open Client and AppServer can be in one of three states that define the status of the current AppServer method call:
- RUNNING — The connection is in a state of RUNNING while an AppServer method is executing. No other AppServer methods can be executed when the connection is in the RUNNING state.
NOTE: To determine whether a connection is in the STREAMING state, invoke the- STREAMING — The connection is in a state of STREAMING when there is at least one open output result set. AppServer methods cannot be executed when the connection is in the STREAMING state.
_isStreaming()
method on any proxy object sharing the connection.- IDLE — The connection is in a state of IDLE when it is not in a RUNNING or STREAMING state.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |