com.ibm.broker.config.appdev.nodes

Class JMSReplyNode

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


    public class JMSReplyNode
    extends Node

    JMSReplyNode instance

    JMSReply node returns a response from the message flow to the JMS client

     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

      • JMSReplyNode

        public JMSReplyNode()
    • 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
      • setUseDistList

        public JMSReplyNode setUseDistList(boolean value)
        Set the JMSReplyNode "Send to destination list in local environment" property
        Parameters:
        value - boolean ; the value to set the property "Send to destination list in local environment"
      • getUseDistList

        public boolean getUseDistList()
        Get the JMSReplyNode "Send to destination list in local environment" property
        Returns:
        boolean; the value of the property "Send to destination list in local environment"
      • setJmsProviderName

        public JMSReplyNode setJmsProviderName(java.lang.String value)
        Set the JMSReplyNode "JMS provider name" property
        Parameters:
        value - String ; the value to set the property "JMS provider name"
      • getJmsProviderName

        public java.lang.String getJmsProviderName()
        Get the JMSReplyNode "JMS provider name" property
        Returns:
        String; the value of the property "JMS provider name"
      • setInitialContextFactory

        public JMSReplyNode setInitialContextFactory(java.lang.String value)
        Set the JMSReplyNode "Initial context factory" property
        Parameters:
        value - String ; the value to set the property "Initial context factory"
      • getInitialContextFactory

        public java.lang.String getInitialContextFactory()
        Get the JMSReplyNode "Initial context factory" property
        Returns:
        String; the value of the property "Initial context factory"
      • setLocationJndiBindings

        public JMSReplyNode setLocationJndiBindings(java.lang.String value)
        Set the JMSReplyNode "Location JNDI bindings" property
        Parameters:
        value - String ; the value to set the property "Location JNDI bindings"
      • getLocationJndiBindings

        public java.lang.String getLocationJndiBindings()
        Get the JMSReplyNode "Location JNDI bindings" property
        Returns:
        String; the value of the property "Location JNDI bindings"
      • setConnectionFactoryName

        public JMSReplyNode setConnectionFactoryName(java.lang.String value)
        Set the JMSReplyNode "Connection factory name" property
        Parameters:
        value - String ; the value to set the property "Connection factory name"
      • getConnectionFactoryName

        public java.lang.String getConnectionFactoryName()
        Get the JMSReplyNode "Connection factory name" property
        Returns:
        String; the value of the property "Connection factory name"
      • setNewCorrelationId

        public JMSReplyNode setNewCorrelationId(boolean value)
        Set the JMSReplyNode "New correlation ID" property
        Parameters:
        value - boolean ; the value to set the property "New correlation ID"
      • getNewCorrelationId

        public boolean getNewCorrelationId()
        Get the JMSReplyNode "New correlation ID" property
        Returns:
        boolean; the value of the property "New correlation ID"
      • getTransactionMode

        public JMSReplyNode.ENUM_JMSREPLY_TRANSACTIONMODE getTransactionMode()
        Get the JMSReplyNode "Transaction mode" property
        Returns:
        ENUM_JMSREPLY_TRANSACTIONMODE; the value of the property "Transaction mode"
      • getMessageDeliveryMode

        public JMSReplyNode.ENUM_JMSREPLY_MESSAGEDELIVERYMODE getMessageDeliveryMode()
        Get the JMSReplyNode "Delivery mode" property
        Returns:
        ENUM_JMSREPLY_MESSAGEDELIVERYMODE; the value of the property "Delivery mode"
      • setMessageExpiration

        public JMSReplyNode setMessageExpiration(java.lang.String value)
        Set the JMSReplyNode "Message expiration (ms)" property
        Parameters:
        value - String ; the value to set the property "Message expiration (ms)"
      • getMessageExpiration

        public java.lang.String getMessageExpiration()
        Get the JMSReplyNode "Message expiration (ms)" property
        Returns:
        String; the value of the property "Message expiration (ms)"
      • getMessagePriority

        public JMSReplyNode.ENUM_JMSREPLY_MESSAGEPRIORITY getMessagePriority()
        Get the JMSReplyNode "Message priority" property
        Returns:
        ENUM_JMSREPLY_MESSAGEPRIORITY; the value of the property "Message priority"
      • getMessageType

        public JMSReplyNode.ENUM_JMSREPLY_MESSAGETYPE getMessageType()
        Get the JMSReplyNode "Message" property
        Returns:
        ENUM_JMSREPLY_MESSAGETYPE; the value of the property "Message"
      • getValidateMaster

        public JMSReplyNode.ENUM_JMSREPLY_VALIDATEMASTER getValidateMaster()
        Get the JMSReplyNode "Validate" property
        Returns:
        ENUM_JMSREPLY_VALIDATEMASTER; the value of the property "Validate"
      • getValidateFailureAction

        public JMSReplyNode.ENUM_JMSREPLY_VALIDATEFAILUREACTION getValidateFailureAction()
        Get the JMSReplyNode "Failure action" property
        Returns:
        ENUM_JMSREPLY_VALIDATEFAILUREACTION; the value of the property "Failure action"
      • setValidateAllValueConstraints

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

        public boolean getValidateAllValueConstraints()
        Get the JMSReplyNode "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