com.ibm.broker.config.appdev.nodes

Class SAPInputNode

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


    public class SAPInputNode
    extends Node

    SAPInputNode instance

    A node used to implement the SAP 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

      • SAPInputNode

        public SAPInputNode()
    • 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 SAPInputNode setAdapterComponent(java.lang.String value)
        Set the SAPInputNode "Primary adapter component" property
        Parameters:
        value - String ; the value to set the property "Primary adapter component"
      • getAdapterComponent

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

        public SAPInputNode.ENUM_SAPINPUT_SECONDARYADAPTERMODE getSecondaryAdapterMode()
        Get the SAPInputNode "Secondary adapter mode" property
        Returns:
        ENUM_SAPINPUT_SECONDARYADAPTERMODE; the value of the property "Secondary adapter mode"
      • setSapReplyTimeout

        public SAPInputNode setSapReplyTimeout(int value)
        Set the SAPInputNode "Maximum client wait interval (secs)" property
        Parameters:
        value - int ; the value to set the property "Maximum client wait interval (secs)"
      • getSapReplyTimeout

        public int getSapReplyTimeout()
        Get the SAPInputNode Maximum client wait interval (secs) property
        Returns:
        int; the value of the property "Maximum client wait interval (secs)"
      • setSetDestinationList

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

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

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

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

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

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

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

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

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

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

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

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

        public SAPInputNode.ENUM_SAPINPUT_TRANSACTIONMODE getTransactionMode()
        Get the SAPInputNode "Transaction mode" property
        Returns:
        ENUM_SAPINPUT_TRANSACTIONMODE; the value of the property "Transaction mode"
      • setComponentLevel

        public SAPInputNode setComponentLevel(SAPInputNode.ENUM_SAPINPUT_COMPONENTLEVEL value)
        Set the SAPInputNode "Additional instances pool" property
        Parameters:
        value - ENUM_SAPINPUT_COMPONENTLEVEL ; the value to set the property "Additional instances pool"
      • getComponentLevel

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

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

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

        public SAPInputNode.ENUM_SAPINPUT_RETRYMECHANISM getRetryMechanism()
        Get the SAPInputNode "Retry mechanism" property
        Returns:
        ENUM_SAPINPUT_RETRYMECHANISM; the value of the property "Retry mechanism"
      • setRetryThreshold

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

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

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

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

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

        public int getLongRetryInterval()
        Get the SAPInputNode 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