com.spss.psapi.core

Interface ConnectedServerInfo



  • public interface ConnectedServerInfo
    • Method Summary

      Methods 
      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.
    • Method Detail

      • getServerConnectionDescriptor

        ServerConnectionDescriptor getServerConnectionDescriptor()
        Returns the descriptor through which this connection was established.
        Returns:
        the descriptor through which this connection was established
      • getHostName

        java.lang.String getHostName()
        Returns the host name or IP address of the connected server. This will differ from the corresponding field of the connection descriptor when the connection has been made through the Coordinator of Processes or some similar facility.
        Returns:
        the host name or IP address of the connected server
      • getPortNumber

        int getPortNumber()
        Returns the remote port number through which the connection was established. This will differ from the corresponding field of the connection descriptor when the descriptor specifies a default port.
        Returns:
        the port number through which the connection was established
      • getProcessId

        long getProcessId()
        Returns the process ID of the remote server: this is typically the process ID of the service process.
        Returns:
        the process ID of the remote server
      • getSessionId

        long getSessionId()
        Returns the remote session ID: this is typically the process ID of the session process.
        Returns:
        the remote session ID

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.