com.ibm.broker.config.appdev.nodes

Class DotNetComputeNode

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


    public class DotNetComputeNode
    extends Node

    DotNetComputeNode instance

    Use the .NETCompute node to route and transform the incoming message, create a new output message, or interact with .NET modules by using the .NET C#, VB or F# programming languages.

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

      • DotNetComputeNode

        public DotNetComputeNode()
    • Method Detail

      • getUserTable

        public DotNetComputeNode.UserTable getUserTable()
        Retrieve the table for the node DotNetComputeNode
        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 DotNetComputeNode setAssemblyName(java.lang.String value)
        Set the DotNetComputeNode "Assembly name" property
        Parameters:
        value - String ; the value to set the property "Assembly name"
      • getAssemblyName

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

        public DotNetComputeNode setNodeClassName(java.lang.String value)
        Set the DotNetComputeNode "Class name" property
        Parameters:
        value - String ; the value to set the property "Class name"
      • getNodeClassName

        public java.lang.String getNodeClassName()
        Get the DotNetComputeNode "Class name" property
        Returns:
        String; the value of the property "Class name"
      • setVsProjectName

        public DotNetComputeNode setVsProjectName(java.lang.String value)
        Set the DotNetComputeNode "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 DotNetComputeNode "Visual Studio project name" property
        Returns:
        String; the value of the property "Visual Studio project name"
      • setAppDomainName

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

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

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

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

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

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

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

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

        public DotNetComputeNode setParserMqrfh2cUseForMqrfh2Domain(boolean value)
        Set the DotNetComputeNode "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 DotNetComputeNode "Use MQRFH2C compact parser for MQRFH2 domain" property
        Returns:
        boolean; the value of the property "Use MQRFH2C compact parser for MQRFH2 domain"
      • setParserXmlnscUseForXmlnsDomain

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

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

        public boolean getValidateAllValueConstraints()
        Get the DotNetComputeNode "Include all value constraints" property
        Returns:
        boolean; the value of the property "Include all value constraints"
      • 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