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
      • getConnectionDetailView

        ConnectionDetailView getConnectionDetailView()
        Returns any data connection definitions defined externally to PSAPI and made available to this session.
        Returns:
        a collection of data connection definitions
        Since:
        PSAPI 18.1
      • getConnectionDetailView

        ConnectionDetailView getConnectionDetailView(java.lang.String context)
        Returns any data connection definitions defined externally to PSAPI and made available to the specified context. The context is typically a stream ID.
        Parameters:
        context - the context in which connections can be defined
        Returns:
        a collection of data connection definitions
        Since:
        PSAPI 18.1
      • getRuntimes

        Runtimes getRuntimes()
        Returns the runtime support. Runtimes allow streams to support different sets of operations and execution engines.
        Returns:
        the runtime support
        Since:
        PSAPI 18.1

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