com.spss.psapi.admin

Interface ServerSessionDetails

  • All Superinterfaces:
    ServerVersionInfo


    public interface ServerSessionDetails
    extends ServerVersionInfo
    Interface allowing basic information on a connected server session to be obtained
    • Method Detail

      • getHostName

        java.lang.String getHostName()
        Returns the host name.
        Returns:
        host name
      • getOperatingSystemBrief

        java.lang.String getOperatingSystemBrief()
        Returns the operating system type (brief string).
        Returns:
        a string describing OS type
      • getOperatingSystemDetailed

        java.lang.String getOperatingSystemDetailed()
        Returns the Operating system type (detailed string).
        Returns:
        a string describing OS type (detailed)
      • getMemorySizeInKBytes

        long getMemorySizeInKBytes()
        Returns OS memory size in KBytes.
        Returns:
        the memory size in KBytes
      • getNumberOfProcessors

        int getNumberOfProcessors()
        Returns the number of processors available for use by the server.
        Returns:
        the number of processors
      • hasAdministratorRights

        boolean hasAdministratorRights()
        Returns true if the session have administrator rights.
        Returns:
        true if the session has administrator rights

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.