com.ibm.broker.config.appdev.nodes

Class EndpointLookupNode

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


    public class EndpointLookupNode
    extends Node

    EndpointLookupNode instance

    EndpointLookup node is used to acquire specific information related to a service from a service registry

     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

      • INPUT_TERMINAL_IN

        public final InputTerminal INPUT_TERMINAL_IN
      • OUTPUT_TERMINAL_NOMATCH

        public final OutputTerminal OUTPUT_TERMINAL_NOMATCH
      • OUTPUT_TERMINAL_FAILURE

        public final OutputTerminal OUTPUT_TERMINAL_FAILURE
      • OUTPUT_TERMINAL_OUT

        public final OutputTerminal OUTPUT_TERMINAL_OUT
    • Constructor Detail

      • EndpointLookupNode

        public EndpointLookupNode()
    • Method Detail

      • getUserPropertiesTable

        public EndpointLookupNode.UserPropertiesTable getUserPropertiesTable()
        Retrieve the User Properties table for the node EndpointLookupNode
        Returns:
        UserPropertiesTable instance which contains UserPropertiesTableRow rows
      • getClassificationTable

        public EndpointLookupNode.ClassificationTable getClassificationTable()
        Retrieve the Classification table for the node EndpointLookupNode
        Returns:
        ClassificationTable instance which contains ClassificationTableRow 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
      • setName

        public EndpointLookupNode setName(java.lang.String value)
        Set the EndpointLookupNode "PortType Name" property
        Parameters:
        value - String ; the value to set the property "PortType Name"
      • getName

        public java.lang.String getName()
        Get the EndpointLookupNode "PortType Name" property
        Returns:
        String; the value of the property "PortType Name"
      • setNamespace

        public EndpointLookupNode setNamespace(java.lang.String value)
        Set the EndpointLookupNode "PortType Namespace" property
        Parameters:
        value - String ; the value to set the property "PortType Namespace"
      • getNamespace

        public java.lang.String getNamespace()
        Get the EndpointLookupNode "PortType Namespace" property
        Returns:
        String; the value of the property "PortType Namespace"
      • setPortVersion

        public EndpointLookupNode setPortVersion(java.lang.String value)
        Set the EndpointLookupNode "PortType Version" property
        Parameters:
        value - String ; the value to set the property "PortType Version"
      • getPortVersion

        public java.lang.String getPortVersion()
        Get the EndpointLookupNode "PortType Version" property
        Returns:
        String; the value of the property "PortType Version"
      • setUserProperties

        public EndpointLookupNode setUserProperties(java.lang.String value)
        Set the EndpointLookupNode "UserProperties" property
        Parameters:
        value - String ; the value to set the property "UserProperties"
      • getUserProperties

        public java.lang.String getUserProperties()
        Get the EndpointLookupNode "UserProperties" property
        Returns:
        String; the value of the property "UserProperties"
      • setClassification

        public EndpointLookupNode setClassification(java.lang.String value)
        Set the EndpointLookupNode "Classification" property
        Parameters:
        value - String ; the value to set the property "Classification"
      • getClassification

        public java.lang.String getClassification()
        Get the EndpointLookupNode "Classification" property
        Returns:
        String; the value of the property "Classification"
      • 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