com.ibm.broker.config.appdev.nodes

Class TCPIPServerOutputNode

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


    public class TCPIPServerOutputNode
    extends Node

    TCPIPServerOutputNode instance

    The TCPIPServerOutput node sends data over a TCPIP connection initiated by an external application

     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

      • TCPIPServerOutputNode

        public TCPIPServerOutputNode()
    • 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 TCPIPServerOutputNode setConnectionDetails(java.lang.String value)
        Set the TCPIPServerOutputNode "Connection details" property
        Parameters:
        value - String ; the value to set the property "Connection details"
      • getConnectionDetails

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

        public TCPIPServerOutputNode setTimeoutSendingData(int value)
        Set the TCPIPServerOutputNode "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 TCPIPServerOutputNode Timeout sending data record (seconds) property
        Returns:
        int; the value of the property "Timeout sending data record (seconds)"
      • setCloseOutputStream

        public TCPIPServerOutputNode setCloseOutputStream(boolean value)
        Set the TCPIPServerOutputNode "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 TCPIPServerOutputNode "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 TCPIPServerOutputNode setDataLocation(java.lang.String value)
        Set the TCPIPServerOutputNode "Data location" property
        Parameters:
        value - String ; the value to set the property "Data location"
      • getDataLocation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public java.lang.String getCustomDelimiter()
        Get the TCPIPServerOutputNode "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