com.ibm.broker.config.appdev.nodes

Class JavaComputeNode

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


    public class JavaComputeNode
    extends Node

    JavaComputeNode instance

    Use the JavaCompute node to route and transform the incoming message, create a new output message, or interact with Java classes by using Java. Optionally use JAXB to model message data.

     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
    • Field Detail

      • INPUT_TERMINAL_IN

        public final InputTerminal INPUT_TERMINAL_IN
      • OUTPUT_TERMINAL_ALTERNATE

        public final OutputTerminal OUTPUT_TERMINAL_ALTERNATE
      • OUTPUT_TERMINAL_FAILURE

        public final OutputTerminal OUTPUT_TERMINAL_FAILURE
      • OUTPUT_TERMINAL_OUT

        public final OutputTerminal OUTPUT_TERMINAL_OUT
    • Constructor Detail

      • JavaComputeNode

        public JavaComputeNode()
    • 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[]
      • 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
      • setJavaClass

        public JavaComputeNode setJavaClass(java.lang.String value)
        Set the JavaComputeNode "Java class" property
        Parameters:
        value - String ; the value to set the property "Java class"
      • getJavaClass

        public java.lang.String getJavaClass()
        Get the JavaComputeNode "Java class" property
        Returns:
        String; the value of the property "Java class"
      • setJavaClassLoader

        public JavaComputeNode setJavaClassLoader(java.lang.String value)
        Set the JavaComputeNode "Java classloader service" property
        Parameters:
        value - String ; the value to set the property "Java classloader service"
      • getJavaClassLoader

        public java.lang.String getJavaClassLoader()
        Get the JavaComputeNode "Java classloader service" property
        Returns:
        String; the value of the property "Java classloader service"
      • setParserMqrfh2cUseForMqrfh2Domain

        public JavaComputeNode setParserMqrfh2cUseForMqrfh2Domain(boolean value)
        Set the JavaComputeNode "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 JavaComputeNode "Use MQRFH2C compact parser for MQRFH2 domain" property
        Returns:
        boolean; the value of the property "Use MQRFH2C compact parser for MQRFH2 domain"
      • setParserXmlnscUseForXmlnsDomain

        public JavaComputeNode setParserXmlnscUseForXmlnsDomain(boolean value)
        Set the JavaComputeNode "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 JavaComputeNode "Use XMLNSC compact parser for XMLNS domain" property
        Returns:
        boolean; the value of the property "Use XMLNSC compact parser for XMLNS domain"
      • setValidateAllValueConstraints

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

        public boolean getValidateAllValueConstraints()
        Get the JavaComputeNode "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