com.ibm.broker.config.appdev.nodes

Class DotNetInputNode

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


    public class DotNetInputNode
    extends Node

    DotNetInputNode instance

    Use the .NET Input node to start a Message Flow by event processing or polling a data source using a .NET assembly

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     
    See Also:
    Serialized Form
    • Field Detail

      • OUTPUT_TERMINAL_CATCH

        public final OutputTerminal OUTPUT_TERMINAL_CATCH
      • OUTPUT_TERMINAL_FAILURE

        public final OutputTerminal OUTPUT_TERMINAL_FAILURE
      • OUTPUT_TERMINAL_OUT

        public final OutputTerminal OUTPUT_TERMINAL_OUT
    • Constructor Detail

      • DotNetInputNode

        public DotNetInputNode()
    • Method Detail

      • getParserXmlnscOpaqueElementsTable

        public DotNetInputNode.ParserXmlnscOpaqueElementsTable getParserXmlnscOpaqueElementsTable()
        Retrieve the Opaque elements table for the node DotNetInputNode
        Returns:
        ParserXmlnscOpaqueElementsTable instance which contains OpaqueElementsRow rows
      • getUserTable

        public DotNetInputNode.UserTable getUserTable()
        Retrieve the table for the node DotNetInputNode
        Returns:
        UserTable instance which contains UserTableRow 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[]
      • getOutputTerminal

        public OutputTerminal getOutputTerminal(java.lang.String terminalName)
        Description copied from class: Node
        Gets the output terminal for the node. If the terminal is a dynamic terminal this will create the terminal and return it.
        Overrides:
        getOutputTerminal in class Node
        Parameters:
        terminalName - String; the internal terminal name
        Returns:
        an 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
      • setAssemblyName

        public DotNetInputNode setAssemblyName(java.lang.String value)
        Set the DotNetInputNode "Assembly name" property
        Parameters:
        value - String ; the value to set the property "Assembly name"
      • getAssemblyName

        public java.lang.String getAssemblyName()
        Get the DotNetInputNode "Assembly name" property
        Returns:
        String; the value of the property "Assembly name"
      • setConnectorClassName

        public DotNetInputNode setConnectorClassName(java.lang.String value)
        Set the DotNetInputNode "Class name" property
        Parameters:
        value - String ; the value to set the property "Class name"
      • getConnectorClassName

        public java.lang.String getConnectorClassName()
        Get the DotNetInputNode "Class name" property
        Returns:
        String; the value of the property "Class name"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

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

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

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

        public DotNetInputNode setParserMqrfh2cUseForMqrfh2Domain(boolean value)
        Set the DotNetInputNode "Use MQRFH2C compact parser for MQRFH2 domain" property
        Parameters:
        value - boolean ; the value to set the property "Use MQRFH2C compact parser for MQRFH2 domain"
      • getParserMqrfh2cUseForMqrfh2Domain

        public boolean getParserMqrfh2cUseForMqrfh2Domain()
        Get the DotNetInputNode "Use MQRFH2C compact parser for MQRFH2 domain" property
        Returns:
        boolean; the value of the property "Use MQRFH2C compact parser for MQRFH2 domain"
      • setParserXmlnscBuildTreeUsingXMLSchema

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

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

        public DotNetInputNode setVsProjectName(java.lang.String value)
        Set the DotNetInputNode "Visual Studio project name" property
        Parameters:
        value - String ; the value to set the property "Visual Studio project name"
      • getVsProjectName

        public java.lang.String getVsProjectName()
        Get the DotNetInputNode "Visual Studio project name" property
        Returns:
        String; the value of the property "Visual Studio project name"
      • setAppDomainName

        public DotNetInputNode setAppDomainName(java.lang.String value)
        Set the DotNetInputNode "AppDomain name" property
        Parameters:
        value - String ; the value to set the property "AppDomain name"
      • getAppDomainName

        public java.lang.String getAppDomainName()
        Get the DotNetInputNode "AppDomain name" property
        Returns:
        String; the value of the property "AppDomain name"
      • setAssemblyVersion

        public DotNetInputNode setAssemblyVersion(java.lang.String value)
        Set the DotNetInputNode "Version" property
        Parameters:
        value - String ; the value to set the property "Version"
      • getAssemblyVersion

        public java.lang.String getAssemblyVersion()
        Get the DotNetInputNode "Version" property
        Returns:
        String; the value of the property "Version"
      • setAssemblyCulture

        public DotNetInputNode setAssemblyCulture(java.lang.String value)
        Set the DotNetInputNode "Culture" property
        Parameters:
        value - String ; the value to set the property "Culture"
      • getAssemblyCulture

        public java.lang.String getAssemblyCulture()
        Get the DotNetInputNode "Culture" property
        Returns:
        String; the value of the property "Culture"
      • setAssemblyPublicKeyToken

        public DotNetInputNode setAssemblyPublicKeyToken(java.lang.String value)
        Set the DotNetInputNode "Public key token" property
        Parameters:
        value - String ; the value to set the property "Public key token"
      • getAssemblyPublicKeyToken

        public java.lang.String getAssemblyPublicKeyToken()
        Get the DotNetInputNode "Public key token" property
        Returns:
        String; the value of the property "Public key token"
      • setValidateAllValueConstraints

        public DotNetInputNode setValidateAllValueConstraints(boolean value)
        Set the DotNetInputNode "Include all value constraints" property
        Parameters:
        value - boolean ; the value to set the property "Include all value constraints"
      • getValidateAllValueConstraints

        public boolean getValidateAllValueConstraints()
        Get the DotNetInputNode "Include all value constraints" property
        Returns:
        boolean; the value of the property "Include all value constraints"
      • getComponentLevel

        public DotNetInputNode.ENUM_DOTNETINPUT_COMPONENTLEVEL getComponentLevel()
        Get the DotNetInputNode "Additional instances pool" property
        Returns:
        ENUM_DOTNETINPUT_COMPONENTLEVEL; the value of the property "Additional instances pool"
      • setAdditionalInstances

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

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