com.ibm.broker.config.appdev.nodes

Class PeopleSoftInputNode

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


    public class PeopleSoftInputNode
    extends Node

    PeopleSoftInputNode instance

    A node used to implement the PeopleSoft adapter in inbound 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
    • 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

      • PeopleSoftInputNode

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

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

        public PeopleSoftInputNode setSetDestinationList(boolean value)
        Set the PeopleSoftInputNode "Set destination list" property
        Parameters:
        value - boolean ; the value to set the property "Set destination list"
      • getSetDestinationList

        public boolean getSetDestinationList()
        Get the PeopleSoftInputNode "Set destination list" property
        Returns:
        boolean; the value of the property "Set destination list"
      • setLabelPrefix

        public PeopleSoftInputNode setLabelPrefix(java.lang.String value)
        Set the PeopleSoftInputNode "Label prefix" property
        Parameters:
        value - String ; the value to set the property "Label prefix"
      • getLabelPrefix

        public java.lang.String getLabelPrefix()
        Get the PeopleSoftInputNode "Label prefix" property
        Returns:
        String; the value of the property "Label prefix"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

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

        public int getAdditionalInstances()
        Get the PeopleSoftInputNode Additional instances property
        Returns:
        int; the value of the property "Additional instances"
      • setRetryThreshold

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

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

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

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

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

        public int getLongRetryInterval()
        Get the PeopleSoftInputNode Long retry interval property
        Returns:
        int; the value of the property "Long retry interval"
      • 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