public interface ConnectedServerInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostName()
Returns the host name or IP address of the connected server.
|
int |
getPortNumber()
Returns the remote port number through which the connection was established.
|
long |
getProcessId()
Returns the process ID of the remote server:
this is typically the process ID of the service process.
|
ServerConnectionDescriptor |
getServerConnectionDescriptor()
Returns the descriptor through which this connection was established.
|
long |
getSessionId()
Returns the remote session ID:
this is typically the process ID of the session process.
|
ServerConnectionDescriptor getServerConnectionDescriptor()
java.lang.String getHostName()
int getPortNumber()
long getProcessId()
long getSessionId()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.