com.ibm.broker.config.appdev.nodes

Class SiebelRequestNode

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


    public class SiebelRequestNode
    extends Node

    SiebelRequestNode instance

    A node used to implement the Siebel 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

      • SiebelRequestNode

        public SiebelRequestNode()
    • 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 SiebelRequestNode setAdapterComponent(java.lang.String value)
        Set the SiebelRequestNode "Primary adapter component" property
        Parameters:
        value - String ; the value to set the property "Primary adapter component"
      • getAdapterComponent

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public boolean getCopyLocalEnvironment()
        Get the SiebelRequestNode "Copy local environment" property
        Returns:
        boolean; the value of the property "Copy local environment"
      • setSecurityProfileName

        public SiebelRequestNode setSecurityProfileName(java.lang.String value)
        Set the SiebelRequestNode "Security profile" property
        Parameters:
        value - String ; the value to set the property "Security profile"
      • getSecurityProfileName

        public java.lang.String getSecurityProfileName()
        Get the SiebelRequestNode "Security profile" property
        Returns:
        String; the value of the property "Security profile"
      • 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