com.ibm.broker.config.appdev.nodes

Class TCPIPClientOutputNode

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


    public class TCPIPClientOutputNode
    extends Node

    TCPIPClientOutputNode instance

    The TCPIPClientOutput node sends data over a TCPIP connection initiated by App Connect Enterprise

     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

      • TCPIPClientOutputNode

        public TCPIPClientOutputNode()
    • 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
      • setConnectionDetails

        public TCPIPClientOutputNode setConnectionDetails(java.lang.String value)
        Set the TCPIPClientOutputNode "Connection details" property
        Parameters:
        value - String ; the value to set the property "Connection details"
      • getConnectionDetails

        public java.lang.String getConnectionDetails()
        Get the TCPIPClientOutputNode "Connection details" property
        Returns:
        String; the value of the property "Connection details"
      • setTimeoutSendingData

        public TCPIPClientOutputNode setTimeoutSendingData(int value)
        Set the TCPIPClientOutputNode "Timeout sending data record (seconds)" property
        Parameters:
        value - int ; the value to set the property "Timeout sending data record (seconds)"
      • getTimeoutSendingData

        public int getTimeoutSendingData()
        Get the TCPIPClientOutputNode Timeout sending data record (seconds) property
        Returns:
        int; the value of the property "Timeout sending data record (seconds)"
      • setCloseOutputStream

        public TCPIPClientOutputNode setCloseOutputStream(boolean value)
        Set the TCPIPClientOutputNode "Close output stream after a record has been sent" property
        Parameters:
        value - boolean ; the value to set the property "Close output stream after a record has been sent"
      • getCloseOutputStream

        public boolean getCloseOutputStream()
        Get the TCPIPClientOutputNode "Close output stream after a record has been sent" property
        Returns:
        boolean; the value of the property "Close output stream after a record has been sent"
      • setDataLocation

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

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

        public TCPIPClientOutputNode setHostnameLocation(java.lang.String value)
        Set the TCPIPClientOutputNode "Hostname location" property
        Parameters:
        value - String ; the value to set the property "Hostname location"
      • getHostnameLocation

        public java.lang.String getHostnameLocation()
        Get the TCPIPClientOutputNode "Hostname location" property
        Returns:
        String; the value of the property "Hostname location"
      • setPortLocation

        public TCPIPClientOutputNode setPortLocation(java.lang.String value)
        Set the TCPIPClientOutputNode "Port location" property
        Parameters:
        value - String ; the value to set the property "Port location"
      • getPortLocation

        public java.lang.String getPortLocation()
        Get the TCPIPClientOutputNode "Port location" property
        Returns:
        String; the value of the property "Port location"
      • setIdLocation

        public TCPIPClientOutputNode setIdLocation(java.lang.String value)
        Set the TCPIPClientOutputNode "ID location" property
        Parameters:
        value - String ; the value to set the property "ID location"
      • getIdLocation

        public java.lang.String getIdLocation()
        Get the TCPIPClientOutputNode "ID location" property
        Returns:
        String; the value of the property "ID location"
      • setReplyIdLocation

        public TCPIPClientOutputNode setReplyIdLocation(java.lang.String value)
        Set the TCPIPClientOutputNode "Reply ID location" property
        Parameters:
        value - String ; the value to set the property "Reply ID location"
      • getReplyIdLocation

        public java.lang.String getReplyIdLocation()
        Get the TCPIPClientOutputNode "Reply ID location" property
        Returns:
        String; the value of the property "Reply ID location"
      • setTimeoutLocation

        public TCPIPClientOutputNode setTimeoutLocation(java.lang.String value)
        Set the TCPIPClientOutputNode "Timeout location" property
        Parameters:
        value - String ; the value to set the property "Timeout location"
      • getTimeoutLocation

        public java.lang.String getTimeoutLocation()
        Get the TCPIPClientOutputNode "Timeout location" property
        Returns:
        String; the value of the property "Timeout location"
      • setRecordLength

        public TCPIPClientOutputNode setRecordLength(int value)
        Set the TCPIPClientOutputNode "Length (bytes)" property
        Parameters:
        value - int ; the value to set the property "Length (bytes)"
      • getRecordLength

        public int getRecordLength()
        Get the TCPIPClientOutputNode Length (bytes) property
        Returns:
        int; the value of the property "Length (bytes)"
      • setRecordPadding

        public TCPIPClientOutputNode setRecordPadding(java.lang.String value)
        Set the TCPIPClientOutputNode "Padding byte (hexadecimal)" property
        Parameters:
        value - String ; the value to set the property "Padding byte (hexadecimal)"
      • getRecordPadding

        public java.lang.String getRecordPadding()
        Get the TCPIPClientOutputNode "Padding byte (hexadecimal)" property
        Returns:
        String; the value of the property "Padding byte (hexadecimal)"
      • setCustomDelimiter

        public TCPIPClientOutputNode setCustomDelimiter(java.lang.String value)
        Set the TCPIPClientOutputNode "Custom delimiter (hexadecimal)" property
        Parameters:
        value - String ; the value to set the property "Custom delimiter (hexadecimal)"
      • getCustomDelimiter

        public java.lang.String getCustomDelimiter()
        Get the TCPIPClientOutputNode "Custom delimiter (hexadecimal)" property
        Returns:
        String; the value of the property "Custom delimiter (hexadecimal)"
      • 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