com.ibm.broker.config.appdev.nodes

Class MQOptimizedFlowNode

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

    Deprecated. 
     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     xxxxx.x  xxxx-xx-xx  generated       7.0.0.2 Release
     

    public class MQOptimizedFlowNode
    extends Node

    MQOptimizedFlowNode instance

    MQOptimizedFlow node is deprecated and is no longer supported in source message flow deployment. Its function is equivalent to MQ's queue-based publish subscribe

    This node cannot be used in a *.subflow messageflow.
    See Also:
    Serialized Form
    • Constructor Detail

      • MQOptimizedFlowNode

        public MQOptimizedFlowNode()
        Deprecated. 
    • Method Detail

      • getInputTerminals

        public InputTerminal[] getInputTerminals()
        Deprecated. 
        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()
        Deprecated. 
        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()
        Deprecated. 
        Description copied from class: Node
        Gets the node type of this node
        Specified by:
        getTypeName in class Node
        Returns:
        String; the node type
      • setQueueName

        public MQOptimizedFlowNode setQueueName(java.lang.String value)
        Deprecated. 
        Set the MQOptimizedFlowNode "QueueName" property
        Parameters:
        value - String ; the value to set the property "QueueName"
      • getQueueName

        public java.lang.String getQueueName()
        Deprecated. 
        Get the MQOptimizedFlowNode "QueueName" property
        Returns:
        String; the value of the property "QueueName"
      • getNodeName

        public java.lang.String getNodeName()
        Deprecated. 
        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