com.spss.psapi.core

Interface SystemServerConnectionDescriptor

  • All Known Subinterfaces:
    ManagedServerConnectionDescriptor, ServerConnectionDescriptor


    public interface SystemServerConnectionDescriptor
    Defines the basic data elements that describes a server connection. Note that for security reasons, the user's password is not accessible through this interface.
    Since:
    PSAPI 11.1
    Version:
    1.0
    Author:
    Julian Clinton
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getDataDirectory()
      Returns the data directory for this connection descriptor.
      java.lang.String getDomainName()
      Returns the domain name to be used when logging into the server (if applicable) or the empty string.
      java.lang.String getHostName()
      Returns the host name or IP address of the server machine.
      int getPortNumber()
      Returns the port number which the server is listening on.
      int getServerMajorVersion()
      Returns the major version of server required by this descriptor.
      int getServerMinorVersion()
      Returns the minor version of server required by this descriptor.
      int getServerPatchVersion()
      Returns the patch version of server required by this descriptor.
      java.lang.String getUserName()
      Returns the user's login name.
    • Method Detail

      • getHostName

        java.lang.String getHostName()
        Returns the host name or IP address of the server machine.
        Returns:
        the host name or IP address of the server machine
      • getPortNumber

        int getPortNumber()
        Returns the port number which the server is listening on.
        Returns:
        the port number
      • getDomainName

        java.lang.String getDomainName()
        Returns the domain name to be used when logging into the server (if applicable) or the empty string.
        Returns:
        the domain name to be used
      • getUserName

        java.lang.String getUserName()
        Returns the user's login name.
        Returns:
        the user's login name
      • getDataDirectory

        java.lang.String getDataDirectory()
        Returns the data directory for this connection descriptor.
        Returns:
        the data directory for this connection descriptor
      • getServerMajorVersion

        int getServerMajorVersion()
        Returns the major version of server required by this descriptor.
        Returns:
        the major version of server required by this descriptor
      • getServerMinorVersion

        int getServerMinorVersion()
        Returns the minor version of server required by this descriptor.
        Returns:
        the minor version of server required by this descriptor
      • getServerPatchVersion

        int getServerPatchVersion()
        Returns the patch version of server required by this descriptor.
        Returns:
        the patch version of server required by this descriptor

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.