com.spss.psapi.extensions.common

Interface ManagedSession

  • All Superinterfaces:
    SystemSession


    public interface ManagedSession
    extends SystemSession
    A managed session provides access to Modeler manager objects that manage streams, models and outputs.
    Since:
    PSAPI 11.1
    Version:
    1.0
    Author:
    Julian Clinton
    • Method Detail

      • getProcessorStreamManager

        ProcessorStreamManager getProcessorStreamManager()
        Returns the stream manager for this session.
        Returns:
        the stream manager
      • getModelOutputManager

        ModelOutputManager getModelOutputManager()
        Returns the model output manager for this session.
        Returns:
        the model output manager
      • getDocumentOutputManager

        DocumentOutputManager getDocumentOutputManager()
        Returns the document output manager for this session.
        Returns:
        the document output manager
      • getManagedServerConnectionDescriptor

        ManagedServerConnectionDescriptor getManagedServerConnectionDescriptor()
        Returns the ManagedServerConnectionDescriptor used to connect this session to a server or null if the session has not yet been connected or the session is a local session
        Returns:
        the ManagedServerConnectionDescriptor used to connect this session to a server or null
      • getSessionObjectFactory

        SessionObjectFactory getSessionObjectFactory()
        Returns the session object factory for this session.
        Returns:
        the session object factory
      • getServerCatalogManager

        ServerCatalogManager getServerCatalogManager()
        Returns the server catalog manager for this session
        Returns:
        the server catalog manager

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