com.ibm.broker.config.appdev.nodes

Class AggregateReplyNode

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


    public class AggregateReplyNode
    extends Node

    AggregateReplyNode instance

    AggregateReply node marks the end of an aggregation fan-in. This node collects replies and combines them into a single compound message

     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_CONTROL

        public final InputTerminal INPUT_TERMINAL_CONTROL
      • INPUT_TERMINAL_IN

        public final InputTerminal INPUT_TERMINAL_IN
      • OUTPUT_TERMINAL_UNKNOWN

        public final OutputTerminal OUTPUT_TERMINAL_UNKNOWN
      • OUTPUT_TERMINAL_TIMEOUT

        public final OutputTerminal OUTPUT_TERMINAL_TIMEOUT
      • OUTPUT_TERMINAL_CATCH

        public final OutputTerminal OUTPUT_TERMINAL_CATCH
      • OUTPUT_TERMINAL_FAILURE

        public final OutputTerminal OUTPUT_TERMINAL_FAILURE
      • OUTPUT_TERMINAL_OUT

        public final OutputTerminal OUTPUT_TERMINAL_OUT
    • Constructor Detail

      • AggregateReplyNode

        public AggregateReplyNode()
    • 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
      • setAggregateName

        public AggregateReplyNode setAggregateName(java.lang.String value)
        Set the AggregateReplyNode "Aggregate name" property
        Parameters:
        value - String ; the value to set the property "Aggregate name"
      • getAggregateName

        public java.lang.String getAggregateName()
        Get the AggregateReplyNode "Aggregate name" property
        Returns:
        String; the value of the property "Aggregate name"
      • setUnsolicitedTimeout

        public AggregateReplyNode setUnsolicitedTimeout(int value)
        Set the AggregateReplyNode "Unknown message timeout" property
        Parameters:
        value - int ; the value to set the property "Unknown message timeout"
      • getUnsolicitedTimeout

        public int getUnsolicitedTimeout()
        Get the AggregateReplyNode Unknown message timeout property
        Returns:
        int; the value of the property "Unknown message timeout"
      • setTransactionMode

        public AggregateReplyNode setTransactionMode(boolean value)
        Set the AggregateReplyNode "Transaction mode" property
        Parameters:
        value - boolean ; the value to set the property "Transaction mode"
      • getTransactionMode

        public boolean getTransactionMode()
        Get the AggregateReplyNode "Transaction mode" property
        Returns:
        boolean; the value of the property "Transaction mode"
      • 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