com.ibm.broker.config.appdev.nodes

Class CollectorNode

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


    public class CollectorNode
    extends Node

    CollectorNode instance

    Collector node collects together a set of messages according to specified criteria 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
      • 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
      • OUTPUT_TERMINAL_EXPIRE

        public final OutputTerminal OUTPUT_TERMINAL_EXPIRE
    • Constructor Detail

      • CollectorNode

        public CollectorNode()
    • Method Detail

      • getEventHandlerPropertyTable

        public CollectorNode.EventHandlerPropertyTable getEventHandlerPropertyTable()
        Retrieve the Collection definition table for the node CollectorNode
        Returns:
        EventHandlerPropertyTable instance which contains EventHandlerPropertyTableRow rows
      • 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[]
      • getInputTerminal

        public InputTerminal getInputTerminal(java.lang.String terminalName)
        Description copied from class: Node
        Gets the input terminal for the node. If the terminal is a dynamic terminal this will create the terminal and return it.
        Overrides:
        getInputTerminal in class Node
        Parameters:
        terminalName - String; the internal terminal name
        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
      • setCollectionName

        public CollectorNode setCollectionName(java.lang.String value)
        Set the CollectorNode "Collection name" property
        Parameters:
        value - String ; the value to set the property "Collection name"
      • getCollectionName

        public java.lang.String getCollectionName()
        Get the CollectorNode "Collection name" property
        Returns:
        String; the value of the property "Collection name"
      • setCollectionExpiry

        public CollectorNode setCollectionExpiry(java.lang.String value)
        Set the CollectorNode "Collection expiry" property
        Parameters:
        value - String ; the value to set the property "Collection expiry"
      • getCollectionExpiry

        public java.lang.String getCollectionExpiry()
        Get the CollectorNode "Collection expiry" property
        Returns:
        String; the value of the property "Collection expiry"
      • getPersistenceMode

        public CollectorNode.ENUM_COLLECTOR_PERSISTENCEMODE getPersistenceMode()
        Get the CollectorNode "Persistence Mode" property
        Returns:
        ENUM_COLLECTOR_PERSISTENCEMODE; the value of the property "Persistence Mode"
      • getEventCoordination

        public CollectorNode.ENUM_COLLECTOR_EVENTCOORDINATION getEventCoordination()
        Get the CollectorNode "Event coordination" property
        Returns:
        ENUM_COLLECTOR_EVENTCOORDINATION; the value of the property "Event coordination"
      • setConfigurableService

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

        public java.lang.String getConfigurableService()
        Get the CollectorNode "Policy" property
        Returns:
        String; the value of the property "Policy"
      • 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