com.ibm.broker.config.appdev.nodes

Class FTEOutputNode

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


    public class FTEOutputNode
    extends Node

    FTEOutputNode instance

    FTEOutput node transfers data to a remote file system using WebSphere MQSeries File Transfer Edition

     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

      • FTEOutputNode

        public FTEOutputNode()
    • 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
      • setJobName

        public FTEOutputNode setJobName(java.lang.String value)
        Set the FTEOutputNode "Job name" property
        Parameters:
        value - String ; the value to set the property "Job name"
      • getJobName

        public java.lang.String getJobName()
        Get the FTEOutputNode "Job name" property
        Returns:
        String; the value of the property "Job name"
      • setDestinationAgent

        public FTEOutputNode setDestinationAgent(java.lang.String value)
        Set the FTEOutputNode "Agent" property
        Parameters:
        value - String ; the value to set the property "Agent"
      • getDestinationAgent

        public java.lang.String getDestinationAgent()
        Get the FTEOutputNode "Agent" property
        Returns:
        String; the value of the property "Agent"
      • setDestinationQMgr

        public FTEOutputNode setDestinationQMgr(java.lang.String value)
        Set the FTEOutputNode "Queue manager" property
        Parameters:
        value - String ; the value to set the property "Queue manager"
      • getDestinationQMgr

        public java.lang.String getDestinationQMgr()
        Get the FTEOutputNode "Queue manager" property
        Returns:
        String; the value of the property "Queue manager"
      • setDestinationDirectory

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

        public java.lang.String getDestinationDirectory()
        Get the FTEOutputNode "File directory" property
        Returns:
        String; the value of the property "File directory"
      • setDestinationFileName

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

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

        public FTEOutputNode setCheckSumDisabled(boolean value)
        Set the FTEOutputNode "Disable computation of MD5 check sum" property
        Parameters:
        value - boolean ; the value to set the property "Disable computation of MD5 check sum"
      • getCheckSumDisabled

        public boolean getCheckSumDisabled()
        Get the FTEOutputNode "Disable computation of MD5 check sum" property
        Returns:
        boolean; the value of the property "Disable computation of MD5 check sum"
      • setOverwriteDestination

        public FTEOutputNode setOverwriteDestination(boolean value)
        Set the FTEOutputNode "Overwrite files on destination system" property
        Parameters:
        value - boolean ; the value to set the property "Overwrite files on destination system"
      • getOverwriteDestination

        public boolean getOverwriteDestination()
        Get the FTEOutputNode "Overwrite files on destination system" property
        Returns:
        boolean; the value of the property "Overwrite files on destination system"
      • setDataLocation

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

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

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

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

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

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

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

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

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

        public FTEOutputNode.ENUM_FTEOUTPUT_DELIMITERTYPE getDelimiterType()
        Get the FTEOutputNode "Delimiter type" property
        Returns:
        ENUM_FTEOUTPUT_DELIMITERTYPE; the value of the property "Delimiter type"
      • getValidateFailureAction

        public FTEOutputNode.ENUM_FTEOUTPUT_VALIDATEFAILUREACTION getValidateFailureAction()
        Get the FTEOutputNode "Failure action" property
        Returns:
        ENUM_FTEOUTPUT_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