com.ibm.broker.config.appdev.nodes

Class LoopbackRequestNode

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


    public class LoopbackRequestNode
    extends Node

    LoopbackRequestNode instance

    See Also:
    Serialized Form
    • Constructor Detail

      • LoopbackRequestNode

        public LoopbackRequestNode()
    • Method Detail

      • getEventXMLDocTable

        public LoopbackRequestNode.EventXMLDocTable getEventXMLDocTable()
        Retrieve the eventXMLDoc table for the node LoopbackRequestNode
        Returns:
        EventXMLDocTable instance which contains Row 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[]
      • 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
      • setConnectorName

        public LoopbackRequestNode setConnectorName(java.lang.String value)
        Set the LoopbackRequestNode "connectorName" property
        Parameters:
        value - String ; the value to set the property "connectorName"
      • getConnectorName

        public java.lang.String getConnectorName()
        Get the LoopbackRequestNode "connectorName" property
        Returns:
        String; the value of the property "connectorName"
      • setDataSource

        public LoopbackRequestNode setDataSource(java.lang.String value)
        Set the LoopbackRequestNode "Data Source Name" property
        Parameters:
        value - String ; the value to set the property "Loopback Data Source Name"
      • getDataSource

        public java.lang.String getDataSource()
        Get the LoopbackRequestNode "Data Source Name" property
        Returns:
        String; the value of the property "Data Source Name"
      • setObject

        public LoopbackRequestNode setObject(java.lang.String value)
        Set the LoopbackRequestNode "Loopback object" property
        Parameters:
        value - String ; the value to set the property "Loopback object"
      • getObject

        public java.lang.String getObject()
        Get the LoopbackRequestNode "Loopback object" property
        Returns:
        String; the value of the property "Loopback object"
      • setSecurityIdentity

        public LoopbackRequestNode setSecurityIdentity(java.lang.String value)
        Set the LoopbackRequestNode "Security identity" property
        Parameters:
        value - String ; the value to set the property "Security identity"
      • getSecurityIdentity

        public java.lang.String getSecurityIdentity()
        Get the LoopbackRequestNode "Security identity" property
        Returns:
        String; the value of the property "Security identity"
      • setTimeoutMilliseconds

        public LoopbackRequestNode setTimeoutMilliseconds(int value)
        Set the LoopbackRequestNode "Timeout (milliseconds)" property
        Parameters:
        value - int ; the value to set the property "Timeout (milliseconds)"
      • getTimeoutMilliseconds

        public int getTimeoutMilliseconds()
        Get the LoopbackRequestNode Timeout (milliseconds) property
        Returns:
        int; the value of the property "Timeout (milliseconds)"
      • setDataLocation

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

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

        public LoopbackRequestNode setOutputDataLocation(java.lang.String value)
        Set the LoopbackRequestNode "outputDataLocation" property
        Parameters:
        value - String ; the value to set the property "outputDataLocation"
      • getOutputDataLocation

        public java.lang.String getOutputDataLocation()
        Get the LoopbackRequestNode "outputDataLocation" property
        Returns:
        String; the value of the property "outputDataLocation"
      • setCopyToLocalEnv

        public LoopbackRequestNode setCopyToLocalEnv(boolean value)
        Set the LoopbackRequestNode "Copy local environment" property
        Parameters:
        value - boolean ; the value to set the property "Copy local environment"
      • getCopyToLocalEnv

        public boolean getCopyToLocalEnv()
        Get the LoopbackRequestNode "Copy local environment" property
        Returns:
        boolean; the value of the property "Copy local environment"
      • setMessageDomainProperty

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

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

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

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

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

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

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

        public java.lang.String getMessageFormatProperty()
        Get the LoopbackRequestNode "Physical format" property
        Returns:
        String; the value of the property "Physical format"
      • 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