com.spss.psapi.extensions.common

Interface NodeContext

  • All Superinterfaces:
    SessionContext


    public interface NodeContext
    extends SessionContext
    This class defines the context information that is passed to a node delegate.
    Since:
    PSAPI 17.0
    • Method Detail

      • getExtensionNode

        ExtensionProcessor getExtensionNode()
        Returns the associated ExtensionProcessor.
        Returns:
        the associated ExtensionProcessor.
      • getDataModelFactory

        DataModelFactory getDataModelFactory()
        Returns the data model factory.
        Returns:
        the data model factory
      • 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.