com.ibm.broker.config.appdev.nodes

Class CORBARequestNode

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


    public class CORBARequestNode
    extends Node

    CORBARequestNode instance

    Allows a message flow to send synchronous requests to a CORBA system using IIOP

     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

      • CORBARequestNode

        public CORBARequestNode()
    • 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
      • setIdlFile

        public CORBARequestNode setIdlFile(java.lang.String value)
        Set the CORBARequestNode "IDL file" property
        Parameters:
        value - String ; the value to set the property "IDL file"
      • getIdlFile

        public java.lang.String getIdlFile()
        Get the CORBARequestNode "IDL file" property
        Returns:
        String; the value of the property "IDL file"
      • setInterfaceName

        public CORBARequestNode setInterfaceName(java.lang.String value)
        Set the CORBARequestNode "Interface name" property
        Parameters:
        value - String ; the value to set the property "Interface name"
      • getInterfaceName

        public java.lang.String getInterfaceName()
        Get the CORBARequestNode "Interface name" property
        Returns:
        String; the value of the property "Interface name"
      • setOperationName

        public CORBARequestNode setOperationName(java.lang.String value)
        Set the CORBARequestNode "Operation name" property
        Parameters:
        value - String ; the value to set the property "Operation name"
      • getOperationName

        public java.lang.String getOperationName()
        Get the CORBARequestNode "Operation name" property
        Returns:
        String; the value of the property "Operation name"
      • setNamingService

        public CORBARequestNode setNamingService(java.lang.String value)
        Set the CORBARequestNode "Naming service" property
        Parameters:
        value - String ; the value to set the property "Naming service"
      • getNamingService

        public java.lang.String getNamingService()
        Get the CORBARequestNode "Naming service" property
        Returns:
        String; the value of the property "Naming service"
      • setReferenceName

        public CORBARequestNode setReferenceName(java.lang.String value)
        Set the CORBARequestNode "Object reference name" property
        Parameters:
        value - String ; the value to set the property "Object reference name"
      • getReferenceName

        public java.lang.String getReferenceName()
        Get the CORBARequestNode "Object reference name" property
        Returns:
        String; the value of the property "Object reference name"
      • setDataLocation

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

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

        public CORBARequestNode setOutputDataLocation(java.lang.String value)
        Set the CORBARequestNode "Output data location" property
        Parameters:
        value - String ; the value to set the property "Output data location"
      • getOutputDataLocation

        public java.lang.String getOutputDataLocation()
        Get the CORBARequestNode "Output data location" property
        Returns:
        String; the value of the property "Output data location"
      • setCopyLocalEnvironment

        public CORBARequestNode setCopyLocalEnvironment(boolean value)
        Set the CORBARequestNode "Copy local environment" property
        Parameters:
        value - boolean ; the value to set the property "Copy local environment"
      • getCopyLocalEnvironment

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

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

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

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

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

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

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

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

        public java.lang.String getMessageFormatProperty()
        Get the CORBARequestNode "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