com.ibm.broker.config.appdev.nodes

Class TCPIPServerReceiveNode

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


    public class TCPIPServerReceiveNode
    extends Node

    TCPIPServerReceiveNode instance

    The TCPIPServerReceive node receives data, in the middle of a message flow, 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
    • Field Detail

      • INPUT_TERMINAL_IN

        public final InputTerminal INPUT_TERMINAL_IN
      • OUTPUT_TERMINAL_TIMEOUT

        public final OutputTerminal OUTPUT_TERMINAL_TIMEOUT
      • OUTPUT_TERMINAL_FAILURE

        public final OutputTerminal OUTPUT_TERMINAL_FAILURE
      • OUTPUT_TERMINAL_OUT

        public final OutputTerminal OUTPUT_TERMINAL_OUT
    • Constructor Detail

      • TCPIPServerReceiveNode

        public TCPIPServerReceiveNode()
    • Method Detail

      • getParserXmlnscOpaqueElementsTable

        public TCPIPServerReceiveNode.ParserXmlnscOpaqueElementsTable getParserXmlnscOpaqueElementsTable()
        Retrieve the Opaque elements table for the node TCPIPServerReceiveNode
        Returns:
        ParserXmlnscOpaqueElementsTable instance which contains OpaqueElementsRow rows
      • 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 TCPIPServerReceiveNode setConnectionDetails(java.lang.String value)
        Set the TCPIPServerReceiveNode "Connection details" property
        Parameters:
        value - String ; the value to set the property "Connection details"
      • getConnectionDetails

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

        public TCPIPServerReceiveNode setTimeoutWaitingForData(int value)
        Set the TCPIPServerReceiveNode "Timeout waiting for data record (seconds)" property
        Parameters:
        value - int ; the value to set the property "Timeout waiting for data record (seconds)"
      • getTimeoutWaitingForData

        public int getTimeoutWaitingForData()
        Get the TCPIPServerReceiveNode Timeout waiting for data record (seconds) property
        Returns:
        int; the value of the property "Timeout waiting for data record (seconds)"
      • setCloseInputStream

        public TCPIPServerReceiveNode setCloseInputStream(boolean value)
        Set the TCPIPServerReceiveNode "Close input stream after a record has been received" property
        Parameters:
        value - boolean ; the value to set the property "Close input stream after a record has been received"
      • getCloseInputStream

        public boolean getCloseInputStream()
        Get the TCPIPServerReceiveNode "Close input stream after a record has been received" property
        Returns:
        boolean; the value of the property "Close input stream after a record has been received"
      • setPortLocation

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

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

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

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

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

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

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

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

        public TCPIPServerReceiveNode setLengthLocation(java.lang.String value)
        Set the TCPIPServerReceiveNode "Record length location" property
        Parameters:
        value - String ; the value to set the property "Record length location"
      • getLengthLocation

        public java.lang.String getLengthLocation()
        Get the TCPIPServerReceiveNode "Record length location" property
        Returns:
        String; the value of the property "Record length location"
      • setOutputDataLocation

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

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

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

        public boolean getCopyLocalEnvironment()
        Get the TCPIPServerReceiveNode "Copy local environment" property
        Returns:
        boolean; the value of the property "Copy local environment"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

        public TCPIPServerReceiveNode setMessageCodedCharSetIdProperty(java.lang.String value)
        Set the TCPIPServerReceiveNode "Message coded character set ID" property
        Parameters:
        value - String ; the value to set the property "Message coded character set ID"
      • getMessageCodedCharSetIdProperty

        public java.lang.String getMessageCodedCharSetIdProperty()
        Get the TCPIPServerReceiveNode "Message coded character set ID" property
        Returns:
        String; the value of the property "Message coded character set ID"
      • setMessageEncodingProperty

        public TCPIPServerReceiveNode setMessageEncodingProperty(java.lang.String value)
        Set the TCPIPServerReceiveNode "Message encoding" property
        Parameters:
        value - String ; the value to set the property "Message encoding"
      • getMessageEncodingProperty

        public java.lang.String getMessageEncodingProperty()
        Get the TCPIPServerReceiveNode "Message encoding" property
        Returns:
        String; the value of the property "Message encoding"
      • setParserXmlnscBuildTreeUsingXMLSchema

        public TCPIPServerReceiveNode setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
        Set the TCPIPServerReceiveNode "Build tree using XML schema data types" property
        Parameters:
        value - boolean ; the value to set the property "Build tree using XML schema data types"
      • getParserXmlnscBuildTreeUsingXMLSchema

        public boolean getParserXmlnscBuildTreeUsingXMLSchema()
        Get the TCPIPServerReceiveNode "Build tree using XML schema data types" property
        Returns:
        boolean; the value of the property "Build tree using XML schema data types"
      • setParserXmlnscUseForXmlnsDomain

        public TCPIPServerReceiveNode setParserXmlnscUseForXmlnsDomain(boolean value)
        Set the TCPIPServerReceiveNode "Use XMLNSC compact parser for XMLNS domain" property
        Parameters:
        value - boolean ; the value to set the property "Use XMLNSC compact parser for XMLNS domain"
      • getParserXmlnscUseForXmlnsDomain

        public boolean getParserXmlnscUseForXmlnsDomain()
        Get the TCPIPServerReceiveNode "Use XMLNSC compact parser for XMLNS domain" property
        Returns:
        boolean; the value of the property "Use XMLNSC compact parser for XMLNS domain"
      • setRecordLength

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

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

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

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