Interface PyroCall

    • Method Detail

      • setRemoteObjectName

        void setRemoteObjectName​(String value)
        Sets the name of the remote object to use.
        Parameters:
        value - the name
      • getRemoteObjectName

        String getRemoteObjectName()
        Returns the name of the remote object to use.
        Returns:
        the name
      • remoteObjectNameTipText

        String remoteObjectNameTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setMethodName

        void setMethodName​(String value)
        Sets the name of the method to call.
        Parameters:
        value - the name
      • getMethodName

        String getMethodName()
        Returns the name of the method to call.
        Returns:
        the name
      • methodNameTipText

        String methodNameTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setUp

        String setUp()
        Configures the call.
        Returns:
        null if successful, otherwise error message
      • execute

        String execute()
        Performs the call.
        Returns:
        null if successful, otherwise error message