|
|
| 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 */ |
| Options | Name | Purpose | |
|---|---|---|---|
| # | WebServiceConnection (WebServiceConnectionParameters) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | LOGICAL Connected |
/** Returns true if the server is valid and connected. False otherwise */ |
|
| # | OpenEdge.Core.ServerConnection.IConnectionParameters ConnectionParameters |
/** Parameters for this connection */ |
|
| # | CHARACTER Operation |
|
|
| # | CHARACTER PortName |
|
|
| # | Progress.Lang.Object Server |
/** A reference to the actual server. The type of this property depends on the server type
(since AppServers have HANDLEs, BPMServers have IBizLogicAPI and databases none.The Object
acts as a wrapper for handle-based servers */ |
|
| # | CHARACTER ServiceName |
|
|
Top
PROTECTED Connect ()
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CreateServer ()
|
||||||||||
PROTECTED DestroyServer ()
|
||||||||||
PROTECTED Disconnect ()
|
||||||||||
PROTECTED WebServiceConnection (WebServiceConnectionParameters)
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LOGICAL Connected
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED OpenEdge.Core.ServerConnection.IConnectionParameters ConnectionParameters
|
|||||||||||||||
PROTECTED CHARACTER Operation
|
|||||||||||||||
PROTECTED CHARACTER PortName
|
|||||||||||||||
PROTECTED Progress.Lang.Object Server
|
|||||||||||||||
PROTECTED CHARACTER ServiceName
|
|||||||||||||||