com.ibm.broker.config.appdev.nodes

Class PHPComputeNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class PHPComputeNode
    extends Node

    PHPComputeNode instance

    Use the PHPCompute node to route and transform the incoming message by using the PHP scripting language.

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     xxxxx.x  xxxx-xx-xx  generated       7.0.0.2 Release
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PHPComputeNode

        public PHPComputeNode()
    • Method Detail

      • getInputTerminals

        public InputTerminal[] getInputTerminals()
        Description copied from class: Node
        Gets the full list of available InputTerminals for this Node
        Specified by:
        getInputTerminals in class Node
        Returns:
        InputTerminal[]
      • getOutputTerminals

        public OutputTerminal[] getOutputTerminals()
        Description copied from class: Node
        Gets the full list of available OutputTerminals for this Node
        Specified by:
        getOutputTerminals in class Node
        Returns:
        OutputTerminal[]
      • getOutputTerminal

        public OutputTerminal getOutputTerminal(java.lang.String terminalName)
        Description copied from class: Node
        Gets the output terminal for the node. If the terminal is a dynamic terminal this will create the terminal and return it.
        Overrides:
        getOutputTerminal in class Node
        Parameters:
        terminalName - String; the internal terminal name
        Returns:
        an OutputTerminal
      • getTypeName

        public java.lang.String getTypeName()
        Description copied from class: Node
        Gets the node type of this node
        Specified by:
        getTypeName in class Node
        Returns:
        String; the node type
      • setScriptName

        public PHPComputeNode setScriptName(java.lang.String value)
        Set the PHPComputeNode "PHP script" property
        Parameters:
        value - String ; the value to set the property "PHP script"
      • getScriptName

        public java.lang.String getScriptName()
        Get the PHPComputeNode "PHP script" property
        Returns:
        String; the value of the property "PHP script"
      • setUseEvaluateMethod

        public PHPComputeNode setUseEvaluateMethod(boolean value)
        Set the PHPComputeNode "Invoke 'evaluate()' method in PHP class definition" property
        Parameters:
        value - boolean ; the value to set the property "Invoke 'evaluate()' method in PHP class definition"
      • getUseEvaluateMethod

        public boolean getUseEvaluateMethod()
        Get the PHPComputeNode "Invoke 'evaluate()' method in PHP class definition" property
        Returns:
        boolean; the value of the property "Invoke 'evaluate()' method in PHP class definition"
      • setParserMqrfh2cUseForMqrfh2Domain

        public PHPComputeNode setParserMqrfh2cUseForMqrfh2Domain(boolean value)
        Set the PHPComputeNode "Use MQRFH2C compact parser for MQRFH2 domain" property
        Parameters:
        value - boolean ; the value to set the property "Use MQRFH2C compact parser for MQRFH2 domain"
      • getParserMqrfh2cUseForMqrfh2Domain

        public boolean getParserMqrfh2cUseForMqrfh2Domain()
        Get the PHPComputeNode "Use MQRFH2C compact parser for MQRFH2 domain" property
        Returns:
        boolean; the value of the property "Use MQRFH2C compact parser for MQRFH2 domain"
      • setParserXmlnscUseForXmlnsDomain

        public PHPComputeNode setParserXmlnscUseForXmlnsDomain(boolean value)
        Set the PHPComputeNode "Use XMLNSC compact parser for XMLNS domain" property
        Parameters:
        value - boolean ; the value to set the property "Use XMLNSC compact parser for XMLNS domain"
      • getParserXmlnscUseForXmlnsDomain

        public boolean getParserXmlnscUseForXmlnsDomain()
        Get the PHPComputeNode "Use XMLNSC compact parser for XMLNS domain" property
        Returns:
        boolean; the value of the property "Use XMLNSC compact parser for XMLNS domain"
      • getParserXmlnscProcessingInstructionsRetainMode

        public PHPComputeNode.ENUM_PHPCOMPUTE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE getParserXmlnscProcessingInstructionsRetainMode()
        Get the PHPComputeNode "Retain processing instructions" property
        Returns:
        ENUM_PHPCOMPUTE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE; the value of the property "Retain processing instructions"
      • setValidateAllValueConstraints

        public PHPComputeNode setValidateAllValueConstraints(boolean value)
        Set the PHPComputeNode "Include all value constraints" property
        Parameters:
        value - boolean ; the value to set the property "Include all value constraints"
      • getValidateAllValueConstraints

        public boolean getValidateAllValueConstraints()
        Get the PHPComputeNode "Include all value constraints" property
        Returns:
        boolean; the value of the property "Include all value constraints"
      • getNodeName

        public java.lang.String getNodeName()
        Description copied from class: Node
        Gets the label name of this node
          MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow");
          Node inputMQNode = mf1.getNodeByName("My Input Node");
          inputMQNode.setNodeName("Renamed Input Node");
         
        Overrides:
        getNodeName in class Node
        Returns:
        String; the node name