com.ibm.broker.config.appdev.nodes

Class CallableFlowAsyncInvokeNode

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


    public class CallableFlowAsyncInvokeNode
    extends Node

    CallableFlowAsyncInvokeNode instance

    Allows the message flow to asynchronously call the second (callable) flow. Use a CallableFlowAsyncResponse node to receive the output from that flow.

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     xxxxx.x  xxxx-xx-xx  generated       10.0.0.8 Release
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CallableFlowAsyncInvokeNode

        public CallableFlowAsyncInvokeNode()
    • 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
      • setAsyncResponseCorrelator

        public CallableFlowAsyncInvokeNode setAsyncResponseCorrelator(java.lang.String value)
        Set the CallableFlowAsyncInvokeNode "Unique identifier" property
        Parameters:
        value - String ; the value to set the property "Unique identifier"
      • getAsyncResponseCorrelator

        public java.lang.String getAsyncResponseCorrelator()
        Get the CallableFlowAsyncInvokeNode "Unique identifier" property
        Returns:
        String; the value of the property "Unique identifier"
      • setTargetApplication

        public CallableFlowAsyncInvokeNode setTargetApplication(java.lang.String value)
        Set the CallableFlowAsyncInvokeNode "Target Application" property
        Parameters:
        value - String ; the value to set the property "Target Application"
      • getTargetApplication

        public java.lang.String getTargetApplication()
        Get the CallableFlowAsyncInvokeNode "Target Application" property
        Returns:
        String; the value of the property "Target Application"
      • setTargetEndpointName

        public CallableFlowAsyncInvokeNode setTargetEndpointName(java.lang.String value)
        Set the CallableFlowAsyncInvokeNode "Target Endpoint Name" property
        Parameters:
        value - String ; the value to set the property "Target Endpoint Name"
      • getTargetEndpointName

        public java.lang.String getTargetEndpointName()
        Get the CallableFlowAsyncInvokeNode "Target Endpoint Name" property
        Returns:
        String; the value of the property "Target Endpoint Name"
      • setRequestTimeout

        public CallableFlowAsyncInvokeNode setRequestTimeout(int value)
        Set the CallableFlowAsyncInvokeNode "Request timeout (sec)" property
        Parameters:
        value - int ; the value to set the property "Request timeout (sec)"
      • getRequestTimeout

        public int getRequestTimeout()
        Get the CallableFlowAsyncInvokeNode Request timeout (sec) property
        Returns:
        int; the value of the property "Request timeout (sec)"
      • setAddRequestToGroup

        public CallableFlowAsyncInvokeNode setAddRequestToGroup(boolean value)
        Set the CallableFlowAsyncInvokeNode "Add request to group" property
        Parameters:
        value - boolean ; the value to set the property "Add request to group"
      • getAddRequestToGroup

        public boolean getAddRequestToGroup()
        Get the CallableFlowAsyncInvokeNode "Add request to group" property
        Returns:
        boolean; the value of the property "Add request to group"
      • setGroupRequestFolderName

        public CallableFlowAsyncInvokeNode setGroupRequestFolderName(java.lang.String value)
        Set the CallableFlowAsyncInvokeNode "Request folder" property
        Parameters:
        value - String ; the value to set the property "Request folder"
      • getGroupRequestFolderName

        public java.lang.String getGroupRequestFolderName()
        Get the CallableFlowAsyncInvokeNode "Request folder" property
        Returns:
        String; the value of the property "Request folder"
      • setGroupRequestTimeout

        public CallableFlowAsyncInvokeNode setGroupRequestTimeout(java.lang.String value)
        Set the CallableFlowAsyncInvokeNode "Request timeout (ms)" property
        Parameters:
        value - String ; the value to set the property "Request timeout (ms)"
      • getGroupRequestTimeout

        public java.lang.String getGroupRequestTimeout()
        Get the CallableFlowAsyncInvokeNode "Request timeout (ms)" property
        Returns:
        String; the value of the property "Request timeout (ms)"
      • 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