com.ibm.broker.config.appdev.nodes

Class MQTTPublishNode

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


    public class MQTTPublishNode
    extends Node

    MQTTPublishNodeUDN instance

    See Also:
    Serialized Form
    • Constructor Detail

      • MQTTPublishNode

        public MQTTPublishNode()
    • 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
      • setClientId

        public MQTTPublishNode setClientId(java.lang.String value)
        Set the MQTTPublishNodeUDN "Client ID" property
        Parameters:
        value - String ; the value to set the property "Client ID"
      • getClientId

        public java.lang.String getClientId()
        Get the MQTTPublishNodeUDN "Client ID" property
        Returns:
        String; the value of the property "Client ID"
      • setTopicName

        public MQTTPublishNode setTopicName(java.lang.String value)
        Set the MQTTPublishNodeUDN "Topic name" property
        Parameters:
        value - String ; the value to set the property "Topic name"
      • getTopicName

        public java.lang.String getTopicName()
        Get the MQTTPublishNodeUDN "Topic name" property
        Returns:
        String; the value of the property "Topic name"
      • setHostName

        public MQTTPublishNode setHostName(java.lang.String value)
        Set the MQTTPublishNodeUDN "Host name" property
        Parameters:
        value - String ; the value to set the property "Host name"
      • getHostName

        public java.lang.String getHostName()
        Get the MQTTPublishNodeUDN "Host name" property
        Returns:
        String; the value of the property "Host name"
      • setPort

        public MQTTPublishNode setPort(int value)
        Set the MQTTPublishNodeUDN "Port" property
        Parameters:
        value - int ; the value to set the property "Port"
      • getPort

        public int getPort()
        Get the MQTTPublishNodeUDN Port property
        Returns:
        int; the value of the property "Port"
      • getQos

        public MQTTPublishNode.ENUM_MQTTPUBLISH_QOS getQos()
        Get the MQTTPublishNodeUDN "Quality of service" property
        Returns:
        ENUM_MQTTPUBLISH_QOS; the value of the property "Quality of service"
      • setConnectorName

        public MQTTPublishNode setConnectorName(java.lang.String value)
        Set the MQTTPublishNodeUDN "Connector name" property
        Parameters:
        value - String ; the value to set the property "Connector name"
      • getConnectorName

        public java.lang.String getConnectorName()
        Get the MQTTPublishNodeUDN "Connector name" property
        Returns:
        String; the value of the property "Connector name"
      • setSecurityIdentity

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

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

        public MQTTPublishNode setValidateAllValueConstraints(boolean value)
        Set the MQTTPublishNodeUDN "validateAllValueConstraints" property
        Parameters:
        value - boolean ; the value to set the property "validateAllValueConstraints"
      • getValidateAllValueConstraints

        public boolean getValidateAllValueConstraints()
        Get the MQTTPublishNodeUDN "validateAllValueConstraints" property
        Returns:
        boolean; the value of the property "validateAllValueConstraints"
      • setPolicyUrl

        public MQTTPublishNode setPolicyUrl(java.lang.String value)
        Set the MQTTPublishNodeUDN "Policy URL" property
        Parameters:
        value - String ; the value to set the property "Policy URL"
      • getPolicyUrl

        public java.lang.String getPolicyUrl()
        Get the MQTTPublishNodeUDN "Policy URL" property
        Returns:
        String; the value of the property "Policy URL"
      • 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