com.ibm.broker.config.appdev.nodes

Class SiebelInputNode

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


    public class SiebelInputNode
    extends Node

    SiebelInputNode instance

    A node used to implement the Siebel adapter in inbound mode

     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

      • 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

      • SiebelInputNode

        public SiebelInputNode()
    • 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
      • setAdapterComponent

        public SiebelInputNode setAdapterComponent(java.lang.String value)
        Set the SiebelInputNode "Primary adapter component" property
        Parameters:
        value - String ; the value to set the property "Primary adapter component"
      • getAdapterComponent

        public java.lang.String getAdapterComponent()
        Get the SiebelInputNode "Primary adapter component" property
        Returns:
        String; the value of the property "Primary adapter component"
      • getSecondaryAdapterMode

        public SiebelInputNode.ENUM_SIEBELINPUT_SECONDARYADAPTERMODE getSecondaryAdapterMode()
        Get the SiebelInputNode "Secondary adapter mode" property
        Returns:
        ENUM_SIEBELINPUT_SECONDARYADAPTERMODE; the value of the property "Secondary adapter mode"
      • setSetDestinationList

        public SiebelInputNode setSetDestinationList(boolean value)
        Set the SiebelInputNode "Set destination list" property
        Parameters:
        value - boolean ; the value to set the property "Set destination list"
      • getSetDestinationList

        public boolean getSetDestinationList()
        Get the SiebelInputNode "Set destination list" property
        Returns:
        boolean; the value of the property "Set destination list"
      • setLabelPrefix

        public SiebelInputNode setLabelPrefix(java.lang.String value)
        Set the SiebelInputNode "Label prefix" property
        Parameters:
        value - String ; the value to set the property "Label prefix"
      • getLabelPrefix

        public java.lang.String getLabelPrefix()
        Get the SiebelInputNode "Label prefix" property
        Returns:
        String; the value of the property "Label prefix"
      • setMessageDomainProperty

        public SiebelInputNode setMessageDomainProperty(java.lang.String value)
        Set the SiebelInputNode "Message domain" property
        Parameters:
        value - String ; the value to set the property "Message domain"
      • getMessageDomainProperty

        public java.lang.String getMessageDomainProperty()
        Get the SiebelInputNode "Message domain" property
        Returns:
        String; the value of the property "Message domain"
      • setMessageSetProperty

        public SiebelInputNode setMessageSetProperty(java.lang.String value)
        Set the SiebelInputNode "Message model" property
        Parameters:
        value - String ; the value to set the property "Message model"
      • getMessageSetProperty

        public java.lang.String getMessageSetProperty()
        Get the SiebelInputNode "Message model" property
        Returns:
        String; the value of the property "Message model"
      • setMessageTypeProperty

        public SiebelInputNode setMessageTypeProperty(java.lang.String value)
        Set the SiebelInputNode "Message" property
        Parameters:
        value - String ; the value to set the property "Message"
      • getMessageTypeProperty

        public java.lang.String getMessageTypeProperty()
        Get the SiebelInputNode "Message" property
        Returns:
        String; the value of the property "Message"
      • setMessageFormatProperty

        public SiebelInputNode setMessageFormatProperty(java.lang.String value)
        Set the SiebelInputNode "Physical format" property
        Parameters:
        value - String ; the value to set the property "Physical format"
      • getMessageFormatProperty

        public java.lang.String getMessageFormatProperty()
        Get the SiebelInputNode "Physical format" property
        Returns:
        String; the value of the property "Physical format"
      • getComponentLevel

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

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

        public int getAdditionalInstances()
        Get the SiebelInputNode Additional instances property
        Returns:
        int; the value of the property "Additional instances"
      • setRetryThreshold

        public SiebelInputNode setRetryThreshold(int value)
        Set the SiebelInputNode "Retry threshold" property
        Parameters:
        value - int ; the value to set the property "Retry threshold"
      • getRetryThreshold

        public int getRetryThreshold()
        Get the SiebelInputNode Retry threshold property
        Returns:
        int; the value of the property "Retry threshold"
      • setShortRetryInterval

        public SiebelInputNode setShortRetryInterval(int value)
        Set the SiebelInputNode "Short retry interval" property
        Parameters:
        value - int ; the value to set the property "Short retry interval"
      • getShortRetryInterval

        public int getShortRetryInterval()
        Get the SiebelInputNode Short retry interval property
        Returns:
        int; the value of the property "Short retry interval"
      • setLongRetryInterval

        public SiebelInputNode setLongRetryInterval(int value)
        Set the SiebelInputNode "Long retry interval" property
        Parameters:
        value - int ; the value to set the property "Long retry interval"
      • getLongRetryInterval

        public int getLongRetryInterval()
        Get the SiebelInputNode Long retry interval property
        Returns:
        int; the value of the property "Long retry interval"
      • 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