com.ibm.broker.config.appdev.nodes

Class JDEdwardsRequestNode

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


    public class JDEdwardsRequestNode
    extends Node

    JDEdwardsRequestNode instance

    A node used to implement the JDEdwards adapter in outbound mode

     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

      • JDEdwardsRequestNode

        public JDEdwardsRequestNode()
    • Method Detail

      • 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
      • setAdapterComponent

        public JDEdwardsRequestNode setAdapterComponent(java.lang.String value)
        Set the JDEdwardsRequestNode "Primary adapter component" property
        Parameters:
        value - String ; the value to set the property "Primary adapter component"
      • getAdapterComponent

        public java.lang.String getAdapterComponent()
        Get the JDEdwardsRequestNode "Primary adapter component" property
        Returns:
        String; the value of the property "Primary adapter component"
      • setDefaultMethod

        public JDEdwardsRequestNode setDefaultMethod(java.lang.String value)
        Set the JDEdwardsRequestNode "Default method" property
        Parameters:
        value - String ; the value to set the property "Default method"
      • getDefaultMethod

        public java.lang.String getDefaultMethod()
        Get the JDEdwardsRequestNode "Default method" property
        Returns:
        String; the value of the property "Default method"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

        public JDEdwardsRequestNode setMethodLocation(java.lang.String value)
        Set the JDEdwardsRequestNode "Method location" property
        Parameters:
        value - String ; the value to set the property "Method location"
      • getMethodLocation

        public java.lang.String getMethodLocation()
        Get the JDEdwardsRequestNode "Method location" property
        Returns:
        String; the value of the property "Method location"
      • setDataLocation

        public JDEdwardsRequestNode setDataLocation(java.lang.String value)
        Set the JDEdwardsRequestNode "Data location" property
        Parameters:
        value - String ; the value to set the property "Data location"
      • getDataLocation

        public java.lang.String getDataLocation()
        Get the JDEdwardsRequestNode "Data location" property
        Returns:
        String; the value of the property "Data location"
      • setOutputDataLocation

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

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

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

        public boolean getCopyLocalEnvironment()
        Get the JDEdwardsRequestNode "Copy local environment" property
        Returns:
        boolean; the value of the property "Copy local environment"
      • 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