com.ibm.broker.config.appdev.nodes

Class TwineballRequestNode

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


    public class TwineballRequestNode
    extends Node

    TwineballRequestNode instance

    A node used to implement the TwineBall adapter in outbound 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
    • Constructor Detail

      • TwineballRequestNode

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

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

        public TwineballRequestNode setDefaultMethod(java.lang.String value)
        Set the TwineballRequestNode "Default method" property
        Parameters:
        value - String ; the value to set the property "Default method"
      • getDefaultMethod

        public java.lang.String getDefaultMethod()
        Get the TwineballRequestNode "Default method" property
        Returns:
        String; the value of the property "Default method"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

        public TwineballRequestNode setMethodLocation(java.lang.String value)
        Set the TwineballRequestNode "Method location" property
        Parameters:
        value - String ; the value to set the property "Method location"
      • getMethodLocation

        public java.lang.String getMethodLocation()
        Get the TwineballRequestNode "Method location" property
        Returns:
        String; the value of the property "Method location"
      • setDataLocation

        public TwineballRequestNode setDataLocation(java.lang.String value)
        Set the TwineballRequestNode "Data location" property
        Parameters:
        value - String ; the value to set the property "Data location"
      • getDataLocation

        public java.lang.String getDataLocation()
        Get the TwineballRequestNode "Data location" property
        Returns:
        String; the value of the property "Data location"
      • setOutputDataLocation

        public TwineballRequestNode setOutputDataLocation(java.lang.String value)
        Set the TwineballRequestNode "Output data location" property
        Parameters:
        value - String ; the value to set the property "Output data location"
      • getOutputDataLocation

        public java.lang.String getOutputDataLocation()
        Get the TwineballRequestNode "Output data location" property
        Returns:
        String; the value of the property "Output data location"
      • setCopyLocalEnvironment

        public TwineballRequestNode setCopyLocalEnvironment(boolean value)
        Set the TwineballRequestNode "Copy local environment" property
        Parameters:
        value - boolean ; the value to set the property "Copy local environment"
      • getCopyLocalEnvironment

        public boolean getCopyLocalEnvironment()
        Get the TwineballRequestNode "Copy local environment" property
        Returns:
        boolean; the value of the property "Copy local environment"
      • 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