Try OpenEdge Now
skip to main content
Java Open Clients
Proxy Objects and Methods : Proxy methods : Common methods : Connection ID
 
Connection ID
The _getConnectionId() method is most often used to identify entries in AppServer log files.
For session-managed applications, the following method returns a string containing a unique identifier for this connection.
For session-free applications, the following method returns a string containing a unique identifier for the connection most recently used by the current thread:
Syntax
public String _getConnectionId()
The _getConnectionId() method throws a com.progress.open4gl.Open4GLException if the Application Service is not connected._getConnectionId()
The method is most often used to identify entries in AppServer log files.