com.ibm.broker.config.appdev.nodes

Class TwineBallInputNode

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


    public class TwineBallInputNode
    extends Node

    TwineBallInputNode instance

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

      • TwineBallInputNode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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