com.ibm.broker.config.appdev.nodes

Class TCPIPClientInputNode

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


    public class TCPIPClientInputNode
    extends Node

    TCPIPClientInputNode instance

    The TCPIPClientInput node receives 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

      • TCPIPClientInputNode

        public TCPIPClientInputNode()
    • Method Detail

      • getParserXmlnscOpaqueElementsTable

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

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

        public TCPIPClientInputNode setTimeoutWaitingForData(int value)
        Set the TCPIPClientInputNode "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 TCPIPClientInputNode Timeout waiting for data record (seconds) property
        Returns:
        int; the value of the property "Timeout waiting for data record (seconds)"
      • setCloseInputStream

        public TCPIPClientInputNode setCloseInputStream(boolean value)
        Set the TCPIPClientInputNode "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 TCPIPClientInputNode "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"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

        public TCPIPClientInputNode setMessageCodedCharSetIdProperty(java.lang.String value)
        Set the TCPIPClientInputNode "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 TCPIPClientInputNode "Message coded character set ID" property
        Returns:
        String; the value of the property "Message coded character set ID"
      • setMessageEncodingProperty

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

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

        public TCPIPClientInputNode setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
        Set the TCPIPClientInputNode "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 TCPIPClientInputNode "Build tree using XML schema data types" property
        Returns:
        boolean; the value of the property "Build tree using XML schema data types"
      • setParserXmlnscUseForXmlnsDomain

        public TCPIPClientInputNode setParserXmlnscUseForXmlnsDomain(boolean value)
        Set the TCPIPClientInputNode "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 TCPIPClientInputNode "Use XMLNSC compact parser for XMLNS domain" property
        Returns:
        boolean; the value of the property "Use XMLNSC compact parser for XMLNS domain"
      • setRecordLength

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

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

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

        public java.lang.String getCustomDelimiter()
        Get the TCPIPClientInputNode "Custom delimiter (hexadecimal)" property
        Returns:
        String; the value of the property "Custom delimiter (hexadecimal)"
      • setRetryThreshold

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

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

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

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

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

        public int getLongRetryInterval()
        Get the TCPIPClientInputNode Long retry interval (seconds) property
        Returns:
        int; the value of the property "Long retry interval (seconds)"
      • setAdditionalInstances

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

        public int getAdditionalInstances()
        Get the TCPIPClientInputNode Additional instances property
        Returns:
        int; the value of the property "Additional instances"
      • 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