com.ibm.broker.config.appdev.nodes

Class CDOutputNode

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


    public class CDOutputNode
    extends Node

    CDOutputNode instance

    Use the CDOutput node to initiate transfers on a Connect Direct server

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

      • CDOutputNode

        public CDOutputNode()
    • 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
      • setSnode

        public CDOutputNode setSnode(java.lang.String value)
        Set the CDOutputNode "SNODE" property
        Parameters:
        value - String ; the value to set the property "SNODE"
      • getSnode

        public java.lang.String getSnode()
        Get the CDOutputNode "SNODE" property
        Returns:
        String; the value of the property "SNODE"
      • setDestinationDirectory

        public CDOutputNode setDestinationDirectory(java.lang.String value)
        Set the CDOutputNode "Directory" property
        Parameters:
        value - String ; the value to set the property "Directory"
      • getDestinationDirectory

        public java.lang.String getDestinationDirectory()
        Get the CDOutputNode "Directory" property
        Returns:
        String; the value of the property "Directory"
      • setDestinationFileName

        public CDOutputNode setDestinationFileName(java.lang.String value)
        Set the CDOutputNode "File name" property
        Parameters:
        value - String ; the value to set the property "File name"
      • getDestinationFileName

        public java.lang.String getDestinationFileName()
        Get the CDOutputNode "File name" property
        Returns:
        String; the value of the property "File name"
      • setConfigurableService

        public CDOutputNode setConfigurableService(java.lang.String value)
        Set the CDOutputNode "Configurable service" property
        Parameters:
        value - String ; the value to set the property "Configurable service"
      • getConfigurableService

        public java.lang.String getConfigurableService()
        Get the CDOutputNode "Configurable service" property
        Returns:
        String; the value of the property "Configurable service"
      • setProcessName

        public CDOutputNode setProcessName(java.lang.String value)
        Set the CDOutputNode "Process name" property
        Parameters:
        value - String ; the value to set the property "Process name"
      • getProcessName

        public java.lang.String getProcessName()
        Get the CDOutputNode "Process name" property
        Returns:
        String; the value of the property "Process name"
      • getDisposition

        public CDOutputNode.ENUM_CDOUTPUT_DISPOSITION getDisposition()
        Get the CDOutputNode "Disposition" property
        Returns:
        ENUM_CDOUTPUT_DISPOSITION; the value of the property "Disposition"
      • getTransferMode

        public CDOutputNode.ENUM_CDOUTPUT_TRANSFERMODE getTransferMode()
        Get the CDOutputNode "Transfer mode" property
        Returns:
        ENUM_CDOUTPUT_TRANSFERMODE; the value of the property "Transfer mode"
      • setDataLocation

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

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

        public CDOutputNode.ENUM_CDOUTPUT_RECORDDEFINITION getRecordDefinition()
        Get the CDOutputNode "Record definition" property
        Returns:
        ENUM_CDOUTPUT_RECORDDEFINITION; the value of the property "Record definition"
      • setRecordLength

        public CDOutputNode setRecordLength(int value)
        Set the CDOutputNode "Length (bytes)" property
        Parameters:
        value - int ; the value to set the property "Length (bytes)"
      • getRecordLength

        public int getRecordLength()
        Get the CDOutputNode Length (bytes) property
        Returns:
        int; the value of the property "Length (bytes)"
      • setRecordPadding

        public CDOutputNode setRecordPadding(java.lang.String value)
        Set the CDOutputNode "Padding byte (hexadecimal)" property
        Parameters:
        value - String ; the value to set the property "Padding byte (hexadecimal)"
      • getRecordPadding

        public java.lang.String getRecordPadding()
        Get the CDOutputNode "Padding byte (hexadecimal)" property
        Returns:
        String; the value of the property "Padding byte (hexadecimal)"
      • getRecordDelimiter

        public CDOutputNode.ENUM_CDOUTPUT_RECORDDELIMITER getRecordDelimiter()
        Get the CDOutputNode "Delimiter" property
        Returns:
        ENUM_CDOUTPUT_RECORDDELIMITER; the value of the property "Delimiter"
      • setCustomDelimiter

        public CDOutputNode setCustomDelimiter(java.lang.String value)
        Set the CDOutputNode "Custom delimiter (hexadecimal)" property
        Parameters:
        value - String ; the value to set the property "Custom delimiter (hexadecimal)"
      • getCustomDelimiter

        public java.lang.String getCustomDelimiter()
        Get the CDOutputNode "Custom delimiter (hexadecimal)" property
        Returns:
        String; the value of the property "Custom delimiter (hexadecimal)"
      • getDelimiterType

        public CDOutputNode.ENUM_CDOUTPUT_DELIMITERTYPE getDelimiterType()
        Get the CDOutputNode "Delimiter type" property
        Returns:
        ENUM_CDOUTPUT_DELIMITERTYPE; the value of the property "Delimiter type"
      • getValidateMaster

        public CDOutputNode.ENUM_CDOUTPUT_VALIDATEMASTER getValidateMaster()
        Get the CDOutputNode "Validate" property
        Returns:
        ENUM_CDOUTPUT_VALIDATEMASTER; the value of the property "Validate"
      • getValidateFailureAction

        public CDOutputNode.ENUM_CDOUTPUT_VALIDATEFAILUREACTION getValidateFailureAction()
        Get the CDOutputNode "Failure action" property
        Returns:
        ENUM_CDOUTPUT_VALIDATEFAILUREACTION; the value of the property "Failure action"
      • 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