com.ibm.broker.config.appdev.nodes

Class JMSOutputNode

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


    public class JMSOutputNode
    extends Node

    JMSOutputNode instance

    JMSOutput node sends messages to JMS destinations

     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

      • JMSOutputNode

        public JMSOutputNode()
    • 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
      • setDestinationMode

        public JMSOutputNode setDestinationMode(JMSOutputNode.ENUM_JMSOUTPUT_DESTINATIONMODE value)
        Set the JMSOutputNode "Send reply to the JMS header "JMSReplyTo" destination (Deprecated - use JMSReply node for this functionality)" property
        Parameters:
        value - ENUM_JMSOUTPUT_DESTINATIONMODE ; the value to set the property "Send reply to the JMS header "JMSReplyTo" destination (Deprecated - use JMSReply node for this functionality)"
      • getDestinationMode

        public JMSOutputNode.ENUM_JMSOUTPUT_DESTINATIONMODE getDestinationMode()
        Get the JMSOutputNode "Send reply to the JMS header "JMSReplyTo" destination (Deprecated - use JMSReply node for this functionality)" property
        Returns:
        ENUM_JMSOUTPUT_DESTINATIONMODE; the value of the property "Send reply to the JMS header "JMSReplyTo" destination (Deprecated - use JMSReply node for this functionality)"
      • setDestinationQueueName

        public JMSOutputNode setDestinationQueueName(java.lang.String value)
        Set the JMSOutputNode "Destination queue" property
        Parameters:
        value - String ; the value to set the property "Destination queue"
      • getDestinationQueueName

        public java.lang.String getDestinationQueueName()
        Get the JMSOutputNode "Destination queue" property
        Returns:
        String; the value of the property "Destination queue"
      • setTopic

        public JMSOutputNode setTopic(java.lang.String value)
        Set the JMSOutputNode "Publication topic" property
        Parameters:
        value - String ; the value to set the property "Publication topic"
      • getTopic

        public java.lang.String getTopic()
        Get the JMSOutputNode "Publication topic" property
        Returns:
        String; the value of the property "Publication topic"
      • setReplyToDestination

        public JMSOutputNode setReplyToDestination(java.lang.String value)
        Set the JMSOutputNode "Reply to destination" property
        Parameters:
        value - String ; the value to set the property "Reply to destination"
      • getReplyToDestination

        public java.lang.String getReplyToDestination()
        Get the JMSOutputNode "Reply to destination" property
        Returns:
        String; the value of the property "Reply to destination"
      • setUseDistList

        public JMSOutputNode setUseDistList(boolean value)
        Set the JMSOutputNode "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 JMSOutputNode "Send to destination list in local environment" property
        Returns:
        boolean; the value of the property "Send to destination list in local environment"
      • setJmsProviderName

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public JMSOutputNode.ENUM_JMSOUTPUT_MESSAGEPRIORITY getMessagePriority()
        Get the JMSOutputNode "Message priority" property
        Returns:
        ENUM_JMSOUTPUT_MESSAGEPRIORITY; the value of the property "Message priority"
      • getValidateFailureAction

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

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

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