com.ibm.broker.config.appdev.nodes

Class ResequenceNode

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


    public class ResequenceNode
    extends Node

    ResequenceNode instance

    Resequence node reorders a stream of messages into sequential order

     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

      • ResequenceNode

        public ResequenceNode()
    • 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
      • setSequencePath

        public ResequenceNode setSequencePath(java.lang.String value)
        Set the ResequenceNode "Path to sequence number" property
        Parameters:
        value - String ; the value to set the property "Path to sequence number"
      • getSequencePath

        public java.lang.String getSequencePath()
        Get the ResequenceNode "Path to sequence number" property
        Returns:
        String; the value of the property "Path to sequence number"
      • setCorrelationPath

        public ResequenceNode setCorrelationPath(java.lang.String value)
        Set the ResequenceNode "Path to sequence group identifier" property
        Parameters:
        value - String ; the value to set the property "Path to sequence group identifier"
      • getCorrelationPath

        public java.lang.String getCorrelationPath()
        Get the ResequenceNode "Path to sequence group identifier" property
        Returns:
        String; the value of the property "Path to sequence group identifier"
      • setMissingMessageTimeout

        public ResequenceNode setMissingMessageTimeout(java.lang.String value)
        Set the ResequenceNode "Missing message timeout" property
        Parameters:
        value - String ; the value to set the property "Missing message timeout"
      • getMissingMessageTimeout

        public java.lang.String getMissingMessageTimeout()
        Get the ResequenceNode "Missing message timeout" property
        Returns:
        String; the value of the property "Missing message timeout"
      • setStartOfSequence

        public ResequenceNode setStartOfSequence(java.lang.String value)
        Set the ResequenceNode "Start of sequence definition" property
        Parameters:
        value - String ; the value to set the property "Start of sequence definition"
      • getStartOfSequence

        public java.lang.String getStartOfSequence()
        Get the ResequenceNode "Start of sequence definition" property
        Returns:
        String; the value of the property "Start of sequence definition"
      • setEndOfSequence

        public ResequenceNode setEndOfSequence(java.lang.String value)
        Set the ResequenceNode "End of sequence definition" property
        Parameters:
        value - String ; the value to set the property "End of sequence definition"
      • getEndOfSequence

        public java.lang.String getEndOfSequence()
        Get the ResequenceNode "End of sequence definition" property
        Returns:
        String; the value of the property "End of sequence definition"
      • getPersistenceMode

        public ResequenceNode.ENUM_RESEQUENCE_PERSISTENCEMODE getPersistenceMode()
        Get the ResequenceNode "Persistence Mode" property
        Returns:
        ENUM_RESEQUENCE_PERSISTENCEMODE; the value of the property "Persistence Mode"
      • setConfigurableService

        public ResequenceNode setConfigurableService(java.lang.String value)
        Set the ResequenceNode "Configurable service" property
        Parameters:
        value - String ; the value to set the property "Configurable service"
      • getConfigurableService

        public java.lang.String getConfigurableService()
        Get the ResequenceNode "Configurable service" property
        Returns:
        String; the value of the property "Configurable service"
      • getRetryMechanism

        public ResequenceNode.ENUM_RESEQUENCE_RETRYMECHANISM getRetryMechanism()
        Get the ResequenceNode "Retry mechanism" property
        Returns:
        ENUM_RESEQUENCE_RETRYMECHANISM; the value of the property "Retry mechanism"
      • getComponentLevel

        public ResequenceNode.ENUM_RESEQUENCE_COMPONENTLEVEL getComponentLevel()
        Get the ResequenceNode "Additional instances pool" property
        Returns:
        ENUM_RESEQUENCE_COMPONENTLEVEL; the value of the property "Additional instances pool"
      • setAdditionalInstances

        public ResequenceNode setAdditionalInstances(int value)
        Set the ResequenceNode "Additional instances" property
        Parameters:
        value - int ; the value to set the property "Additional instances"
      • getAdditionalInstances

        public int getAdditionalInstances()
        Get the ResequenceNode Additional instances property
        Returns:
        int; the value of the property "Additional instances"
      • 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