com.ibm.broker.config.appdev.nodes

Class WarehouseNode

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


    public class WarehouseNode
    extends Node

    WarehouseNode instance

    The Warehouse node is a specialized form of the Database node that stores the entire message, or parts of the message, or both, in a table within the database

     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

      • WarehouseNode

        public WarehouseNode()
    • 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
      • setDataSource

        public WarehouseNode setDataSource(java.lang.String value)
        Set the WarehouseNode "DataSource" property
        Parameters:
        value - String ; the value to set the property "DataSource"
      • getDataSource

        public java.lang.String getDataSource()
        Get the WarehouseNode "DataSource" property
        Returns:
        String; the value of the property "DataSource"
      • setConnectDatasourceBeforeFlowStarts

        public WarehouseNode setConnectDatasourceBeforeFlowStarts(boolean value)
        Set the WarehouseNode "ConnectDatasourceBeforeFlowStarts" property
        Parameters:
        value - boolean ; the value to set the property "ConnectDatasourceBeforeFlowStarts"
      • getConnectDatasourceBeforeFlowStarts

        public boolean getConnectDatasourceBeforeFlowStarts()
        Get the WarehouseNode "ConnectDatasourceBeforeFlowStarts" property
        Returns:
        boolean; the value of the property "ConnectDatasourceBeforeFlowStarts"
      • setFieldMapping

        public WarehouseNode setFieldMapping(MessageMap value)
        Set the WarehouseNode "Field mapping" property
        Parameters:
        value - MessageMap ; the value to set the property "Field mapping"
      • getFieldMapping

        public MessageMap getFieldMapping()
        Get the WarehouseNode "Field mapping" property
        Returns:
        MessageMap; the value of the property "Field mapping"
      • getTransaction

        public WarehouseNode.ENUM_WAREHOUSE_TRANSACTION getTransaction()
        Get the WarehouseNode "Transaction" property
        Returns:
        ENUM_WAREHOUSE_TRANSACTION; the value of the property "Transaction"
      • setTreatWarningsAsErrors

        public WarehouseNode setTreatWarningsAsErrors(boolean value)
        Set the WarehouseNode "TreatWarningsAsErrors" property
        Parameters:
        value - boolean ; the value to set the property "TreatWarningsAsErrors"
      • getTreatWarningsAsErrors

        public boolean getTreatWarningsAsErrors()
        Get the WarehouseNode "TreatWarningsAsErrors" property
        Returns:
        boolean; the value of the property "TreatWarningsAsErrors"
      • setThrowExceptionOnDatabaseError

        public WarehouseNode setThrowExceptionOnDatabaseError(boolean value)
        Set the WarehouseNode "ThrowExceptionOnDatabaseError" property
        Parameters:
        value - boolean ; the value to set the property "ThrowExceptionOnDatabaseError"
      • getThrowExceptionOnDatabaseError

        public boolean getThrowExceptionOnDatabaseError()
        Get the WarehouseNode "ThrowExceptionOnDatabaseError" property
        Returns:
        boolean; the value of the property "ThrowExceptionOnDatabaseError"
      • 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