com.spss.psapi.session

Interface SystemSession

  • All Known Subinterfaces:
    AdministratorSession, ManagedSession, Session


    public interface SystemSession
    Defines the functionality of a system session. Sessions define the basic context that other operations work within.
    Since:
    PSAPI 2.0
    Version:
    1.0
    Author:
    Julian Clinton
    Specification Status:
    Under Development
    • Method Detail

      • getLocale

        java.util.Locale getLocale()
        Returns the locale specified for this session.
        Returns:
        the locale
      • getLocaleInfo

        LocaleInfo getLocaleInfo()
        Returns the LocaleInfo for this session.
        Returns:
        the LocaleInfo
        See Also:
        LocaleInfo
      • isLocalSession

        boolean isLocalSession()
        Returns true if the session is connected to a local or desktop execution engine, false otherwise.
        Returns:
        true if the session is connected to a local execution engine
      • getDataModelFactory

        DataModelFactory getDataModelFactory()
        Returns the DataModelFactory for this session.
        Returns:
        the DataModelFactory
        Since:
        PSAPI 2.0
        See Also:
        DataModelFactory
      • getPropertyFactory

        PropertyFactory getPropertyFactory()
        Returns the PropertyFactory for this session.
        Returns:
        the PropertyFactory
        See Also:
        PropertyFactory

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.