com.spss.psapi.extensions.common

Interface OutputContext

  • All Superinterfaces:
    SessionContext


    public interface OutputContext
    extends SessionContext
    This class defines the context information that is passed to an output delegate.
    Since:
    PSAPI 17.0
    • Method Detail

      • getExtensionOutput

        ExtensionOutput getExtensionOutput()
        Returns the associated ExtensionOutput.
        Returns:
        the associated ExtensionOutput.
      • createEmbeddedASDelegate

        ClientEmbeddedASDelegate createEmbeddedASDelegate()
        Create an instance of ClientEmbeddedASDelegate that can be used to call into the EmbeddedAS via a ServerEmbeddedASDelegate on the Modeler Server side. See also com.spss.clef.eas.ServerEmbeddedASDelegate in clemutils\clef\adapter\extension\java\src. If a server connection cannot be made then this will return null.
        Returns:
        an instance of ClientEmbeddedASDelegate, or null if no server connection.
        Throws:
        java.lang.UnsupportedOperationException - if called on a non-interactive output object as they do not have a server side connection.

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