com.ibm.broker.config.appdev.nodes

Class TCPIPServerInputNode

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


    public class TCPIPServerInputNode
    extends Node

    TCPIPServerInputNode instance

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

      • TCPIPServerInputNode

        public TCPIPServerInputNode()
    • Method Detail

      • getParserXmlnscOpaqueElementsTable

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

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

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

        public TCPIPServerInputNode setCloseInputStream(boolean value)
        Set the TCPIPServerInputNode "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 TCPIPServerInputNode "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 TCPIPServerInputNode setMessageDomainProperty(java.lang.String value)
        Set the TCPIPServerInputNode "Message domain" property
        Parameters:
        value - String ; the value to set the property "Message domain"
      • getMessageDomainProperty

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public int getAdditionalInstances()
        Get the TCPIPServerInputNode 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