All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eNetwork.beans.HOD.FileTransfer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----com.ibm.eNetwork.beans.HOD.HODPanelBean
                                   |
                                   +----com.ibm.eNetwork.beans.HOD.FileTransfer

public class FileTransfer
extends HODPanelBean
implements CommListener, FileTransferIntf

The FileTransfer Bean allows users to send files from a workstation to a host or receive files from a host to a workstation. The FileTransfer Bean displays a user interface that the user interacts with to provide the information necessary to transfer the file.

For each host, there are transfer options used when sending or receiving a file. The options differ based on whether the file being transferred is binary or text and whether the file is being sent to the host or received from the host. The FileTransfer Bean provides a default set of options that can be changed by modifying the appropriate FileTransfer properties. For a more detailed explanation of what these options mean and the list of available options, see the ECLXfer class.

Arabic (bidirectional) language support: Some of the methods, fields and parameters in this class exclusively support Arabic hosts. It is assumed that the programmer is familiar with the Arabic language and that an Arabic version operating system is loaded. There are conventions in the usage and limitations in the implementation of bidirectional language support. These are discussed in considerable detail in the Online Help document available with the companion IBM Host On-Demand product: choose "Contents", then "National language support", and finally "Bidirectional language support."

Properties

The following table lists the properties of the FileTransfer Bean:

* - Properties with type "enum" are String types that accept a specific set of string values. The valid values for an enum property can be obtained by calling the list <property name> method. The set method for enum properties validates the value before any changes are accepted, and a PropertyVetoException is thrown if an incorrect value is given.

Note: All properties are bound and vetoable. A PropertyChangeEvent is fired to all PropertyChangeListeners after a property is changed. A VetoableChangeEvent is fired to all VetoableChangeListeners before a property is changed. VetoableChangeListeners can veto a property change by throwing a PropertyVetoException.

Property Name Type Default Access
buttonTextVisible boolean true is/set
CICSDefaultMode enum* BINARY get/set
CICSGetBinary String ( BINARY NOCRLF get/set
CICSGetText String ( ASCII CRLF get/set
CICSPutBinary String ( BINARY NOCRLF get/set
CICSPutText String ( ASCII CRLF get/set
codePage enum* See Session get/set
hostFileOrientation enum* LEFT_TO_RIGHT get/set
hostType enum* MVS_TSO get/set
Lam_AlefCompression enum* LAM_ALEF_COMPRESSION_ON get/set
Lam_AlefExpansion enum* LAM_ALEF_EXPANSION_ON get/set
MVSDefaultMode enum* TEXT get/set
MVSGetBinary String get/set
MVSGetText String ASCII CRLF get/set
MVSPutBinary String RECFM(V) get/set
MVSPutText String ASCII CRLF RECFM(V) LRECL(133) get/set
NumeralsShape enum* NUMERALS_NOMINAL get/set
pause int 1500 get/set
PCCodePage enum* 437 get/set
PCFileOrientation enum* LEFT_TO_RIGHT get/set
PCFileType enum* IMPLICIT get/set
RoundTrip enum* ROUND_TRIP_ON get/set
SymmetricSwapping enum* SYM_SWAP_ON get/set
timeoutValue int 30 get/set
VMDefaultMode enum* TEXT get/set
VMGetBinary String ( get/set
VMGetText String ( ASCII CRLF get/set
VMPutBinary String ( RECFM V get/set
VMPutText String ( ASCII CRLF RECFM V LRECL 133 get/set
OS400DefaultMode enum* TEXT get/set
OS400GetBinary String ( get/set
OS400GetText String ( ASCII CRLF get/set
OS400PutBinary String ( DTA LRECL(80) get/set
OS400PutText String ( ASCII SRC CRLF LRECL(80) get/set
OS400XferUserID String QUSER get/set
OS400XferDstAddr String get/set
OS400ProxyServerEnabled boolean false is/set
OS400ProxyServerDstAddr String get/set
OS400ProxyServerDstPort int 3470 get/set

Events Fired

Event Type Fired To Event Handler Method
FocusEvent - Fired when the FileTransfer Bean gains focus. Any FocusListener focusGained(FocusEvent)
PropertyChangeEvent - Fired when a property of the Bean is changed. Any PropertyChangeListener propertyChange(propertyChangeEvent)
VetoableChangeEvent - Fired when a vetoable property of the Bean is changed. Any VetoableChangeListener vetoableChange(PropertyChangeEvent)

Events Accepted

Event Type Fired From Event Handler Method
CommEvent Terminal, Session commEvent(commEvent)
PropertyChangeEvent Terminal, Session propertyChange(propertyChangeEvent)


Variable Index

 o BINARY
MVSDefaultMode, VMDefaultMode, CICSDefaultMode, OS400DefaultMode property value - Binary file
 o BUTTON_TEXT_VISIBLE
buttonTextVisible property keyword
 o CICS
hostType property value - CICS Host
 o CICS_CLEAR
CICSClear property keyword
 o CICS_DEFAULT_MODE
CICSDefaultMode property keyword
 o CICS_GET_BINARY
CICSGetBinary property keyword
 o CICS_GET_TEXT
CICSGetText property keyword
 o CICS_PUT_BINARY
CICSPutBinary property keyword
 o CICS_PUT_TEXT
CICSPutText property keyword
 o CODE_PAGE
codePage property keyword
 o HOST_FILE_ORIENTATION
hostFileOrientation property keyword
 o HOST_TYPE
hostType property keyword
 o IMPLICIT
PCFileType property value - Implicit
 o LAM_ALEF_COMPRESSION
Lam_AlefCompression property keyword
 o LAM_ALEF_COMPRESSION_OFF
Lam_AlefCompression property value - OFF
 o LAM_ALEF_COMPRESSION_ON
Lam_AlefCompression property value - ON
 o LAM_ALEF_EXPANSION
Lam_AlefExpansion property keyword
 o LAM_ALEF_EXPANSION_OFF
Lam_AlefExpansion property value - OFF
 o LAM_ALEF_EXPANSION_ON
Lam_AlefExpansion property value - ON
 o LEFT_TO_RIGHT
hostFileOrientation, PCFileOrientation property value - Left to Right file
 o MVS_CLEAR
MVSClear property keyword
 o MVS_DEFAULT_MODE
MVSDefaultMode property keyword
 o MVS_GET_BINARY
MVSGetBinary property keyword
 o MVS_GET_TEXT
MVSGetText property keyword
 o MVS_PUT_BINARY
MVSPutBinary property keyword
 o MVS_PUT_TEXT
MVSPutText property keyword
 o MVS_TSO
hostType property value - MVS/TSO Host
 o NUMERALS
NumeralsShape property keyword
 o NUMERALS_CONTEXTUAL
NumeralsShape property value - CONTEXTUAL
 o NUMERALS_NATIONAL
NumeralsShape property value - NATIONAL
 o NUMERALS_NOMINAL
NumeralsShape property value - NOMINAL
 o OS400
hostType property value - OS/400 Host
 o OS400_DEFAULT_MODE
OS400DefaultMode property keyword
 o OS400_GET_BINARY
OS400GetBinary property keyword
 o OS400_GET_TEXT
OS400GetText property keyword
 o OS400_PROXY_SERVER_DSTADDR
OS400ProxyServerDstAddr property keyword
 o OS400_PROXY_SERVER_DSTPORT
OS400ProxyServerDstPort property keyword
 o OS400_PROXY_SERVER_ENABLED
OS400ProxyServerEnabled property keyword
 o OS400_PUT_BINARY
OS400PutBinary property keyword
 o OS400_PUT_TEXT
OS400PutText property keyword
 o OS400_XFER_DSTADDR
OS400XferDstAddr property keyword
 o OS400_XFER_USERID
OS400XferUserID property keyword
 o PAUSE
pause property keyword
 o PC_CODE_PAGE
PCCodePage property keyword
 o PC_FILE_ORIENTATION
PCFileOrientation property keyword
 o PC_FILE_TYPE
PCFileType property keyword
 o RIGHT_TO_LEFT
hostFileOrientation, PCFileOrientation property value - Right to Left file
 o ROUND_TRIP
RoundTrip property keyword
 o ROUND_TRIP_OFF
RoundTrip property value - OFF
 o ROUND_TRIP_ON
RoundTrip property value - ON
 o SYM_SWAP
SymmetricSwapping property keyword
 o SYM_SWAP_OFF
SymmetricSwapping property value - OFF
 o SYM_SWAP_ON
SymmetricSwapping property value - ON
 o TEXT
MVSDefaultMode, VMDefaultMode, CICSDefaultMode, OS400DefaultMode property value - Text file
 o TIMEOUT_VALUE
timeoutValue property keyword
 o VISUAL
PCFileType property value - Visual
 o VM_CLEAR
VMClear property keyword
 o VM_CMS
hostType property value - VM/CMS Host
 o VM_DEFAULT_MODE
VMDefaultMode property keyword
 o VM_GET_BINARY
VMGetBinary property keyword
 o VM_GET_TEXT
VMGetText property keyword
 o VM_PUT_BINARY
VMPutBinary property keyword
 o VM_PUT_TEXT
VMPutText property keyword

Constructor Index

 o FileTransfer()
Constructor which uses the default values for all properties.
 o FileTransfer(Properties)
Constructor which takes a Properties object containing the initial property settings.

Method Index

 o CommEvent(CommEvent)
Handler method for CommEvents.
 o defaults()
Returns a Properties object containing the default properties for the FileTransfer Bean.
 o getCICSDefaultMode()
Returns the current CICS default mode.
 o getCICSGetBinary()
Returns the current CICS "Get" Binary string.
 o getCICSGetText()
Returns the current CICS "Get" Text string.
 o getCICSPutBinary()
Returns the current CICS "Put" Binary string.
 o getCICSPutText()
Returns the current CICS "Put" Text string.
 o getCodePage()
Returns the current value of the host codePage property.
 o getHostFileOrientation()
Returns the current setting of the HostFileOrientation property.
 o getHostType()
Returns the current value of the hostType property.
 o getLam_AlefCompression()
Returns the current setting of the Lam_AlefCompression property.
 o getLam_AlefExpansion()
Returns the current setting of the Lam_AlefExpansion property.
 o getMVSDefaultMode()
Returns the current MVS default mode.
 o getMVSGetBinary()
Returns the current MVS "Get" Binary string.
 o getMVSGetText()
Returns the current MVS "Get" Text string.
 o getMVSPutBinary()
Returns the current MVS "Put" Binary string.
 o getMVSPutText()
Returns the current MVS "Put" Text string.
 o getNumerals()
Returns the current setting of the NumeralsShape property.
 o getOS400DefaultMode()
Returns the current OS400 default mode.
 o getOS400GetBinary()
Returns the current OS400 "Get" Binary string.
 o getOS400GetText()
Returns the current OS400 "Get" Text string.
 o getOS400ProxyServerDstAddr()
Returns the current Proxy Server destination address.
 o getOS400ProxyServerDstPort()
Returns the current Proxy Server destination port.
 o getOS400PutBinary()
Returns the current OS400 "Put" Binary string.
 o getOS400PutText()
Returns the current OS400 "Put" Text string.
 o getOS400XferDstAddr()
Returns the current OS400 File transfer destination address.
 o getOS400XferUserID()
Returns the current OS400 File transfer user ID.
 o getPause()
Returns the current setting of the pause property.
 o getPCCodePage()
Returns the current value of the PCCodePage property.
 o getPCFileOrientation()
Returns the current setting of the PCFileOrientation property.
 o getPCFileType()
Returns the current setting of the PCFileType property.
 o getRound_Trip()
Returns the current setting of the RoundTrip property.
 o getSym_Swap()
Returns the current setting of the SymmetricSwapping property.
 o getTimeoutValue()
Returns the current value of the timeoutValue property.
 o getTraceName()
Returns a trace identifier for this bean
 o getVMDefaultMode()
Returns the current VM default mode.
 o getVMGetBinary()
Returns the current VM "Get" Binary string.
 o getVMGetText()
Returns the current VM "Get" Text string.
 o getVMPutBinary()
Returns the current VM "Put" Binary string.
 o getVMPutText()
Returns the current VM "Put" Text string.
 o isButtonTextVisible()
Returns the current setting of the buttonTextVisible property.
 o isCICSClear()
Returns the current CICS Clear setting.
 o isMVSClear()
Returns the current MVS Clear setting.
 o isOS400ProxyServerEnabled()
Returns whether the Proxy Server is enabled(True) or not(False).
 o isVMClear()
Returns the current VM Clear setting.
 o listCICSDefaultModes()
Lists the valid CICSDefaultMode values.
 o listCodePages()
Returns a list of the valid host codePages.
 o listHostFileOrientations()
Returns a list of the valid HostFileOrientation values.
 o listHostTypes()
Returns the list of valid hostType values.
 o listLam_AlefCompression()
Returns a list of the valid Lam_AlefCompression values.
 o listLam_AlefExpansion()
Returns a list of the valid Lam_AlefExpansion values.
 o listMVSDefaultModes()
Lists the valid MVSDefaultMode values.
 o listNumerals()
Returns a list of the valid NumeralsShape values.
 o listOS400DefaultModes()
Lists the valid OS400 default mode values.
 o listPCCodePages()
Returns a list of the valid PCCodePages.
 o listPCCodePages(String)
Returns a list of the valid PCCodePage names.
 o listPCFileOrientations()
Returns a list of the valid PCFileOrientation values.
 o listPCFileTypes()
Returns a list of the valid PCFileType values.
 o listRound_Trip()
Returns a list of the valid RoundTrip values.
 o listSym_Swap()
Returns a list of the valid SymmetricSwapping values.
 o listVMDefaultModes()
Lists the valid VMDefaultMode values.
 o propertyChange(PropertyChangeEvent)
Handler method for PropertyChangeEvents.
 o setButtonTextVisible(boolean)
Sets the buttonTextVisible property.
 o setCICSClear(boolean)
Sets the CICS Clear setting (True or False ).
 o setCICSDefaultMode(String)
Sets the CICS default mode (text or binary).
 o setCICSGetBinary(String)
Sets the current CICS "Get" Binary string.
 o setCICSGetText(String)
Sets the current CICS "Get" Text string.
 o setCICSPutBinary(String)
Sets the current CICS "Put" Binary string.
 o setCICSPutText(String)
Sets the current CICS "Put" Text string.
 o setCodePage(String)
Sets the host codePage property.
 o setHostFileOrientation(String)
Sets the HostFileOrientation property.
 o setHostType(String)
Sets the hostType property.
 o setLam_AlefCompression(String)
Sets the Lam_AlefCompression property.
 o setLam_AlefExpansion(String)
Sets the Lam_AlefExpansion property.
 o setMVSClear(boolean)
Sets the MVS Clear setting (True or False ).
 o setMVSDefaultMode(String)
Sets the MVS default mode (text or binary).
 o setMVSGetBinary(String)
Sets the current MVS "Get" Binary string.
 o setMVSGetText(String)
Sets the current MVS "Get" Text string.
 o setMVSPutBinary(String)
Sets the current MVS "Put" Binary string.
 o setMVSPutText(String)
Sets the current MVS "Put" Text string.
 o setNumerals(String)
Sets the NumeralsShape property.
 o setOS400DefaultMode(String)
Sets the OS400 default mode (text or binary).
 o setOS400GetBinary(String)
Sets the current OS400 "Get" Binary string.
 o setOS400GetText(String)
Sets the current OS400 "Get" Text string.
 o setOS400ProxyServerDstAddr(String)
Sets the Proxy server destination address
 o setOS400ProxyServerDstPort(int)
Sets the Proxy server destination port
 o setOS400ProxyServerEnabled(boolean)
Sets whether Proxy Server is enabled(True) or not(False).
 o setOS400PutBinary(String)
Sets the current OS400 "Put" Binary string.
 o setOS400PutText(String)
Sets the current OS400 "Put" Text string.
 o setOS400XferDstAddr(String)
Sets the destination address to perform OS400 File Transfer.
 o setOS400XferUserID(String)
Sets the current user ID to perform OS400 File Transfer.
 o setPause(int)
Sets the pause property.
 o setPCCodePage(String)
Sets the PCCodePage property.
 o setPCFileOrientation(String)
Sets the PCFileOrientation property.
 o setPCFileType(String)
Sets the PCFileType property.
 o setProperties(Properties)
Sets properties for the FileTransfer Bean via a Properties object.
 o setRound_Trip(String)
Sets the RoundTrip property.
 o setSym_Swap(String)
Sets the SymmetricSwapping property.
 o setTimeoutValue(int)
Sets the timeoutValue property.
 o setVMClear(boolean)
Sets the VM Clear setting (True or False ).
 o setVMDefaultMode(String)
Sets the VM default mode (text or binary).
 o setVMGetBinary(String)
Sets the current VM "Get" Binary string.
 o setVMGetText(String)
Sets the current VM "Get" Text string.
 o setVMPutBinary(String)
Sets the current VM "Put" Binary string.
 o setVMPutText(String)
Sets the current VM "Put" Text string.

Variables

 o MVS_PUT_TEXT
 public static final String MVS_PUT_TEXT
MVSPutText property keyword

 o MVS_PUT_BINARY
 public static final String MVS_PUT_BINARY
MVSPutBinary property keyword

 o MVS_GET_TEXT
 public static final String MVS_GET_TEXT
MVSGetText property keyword

 o MVS_GET_BINARY
 public static final String MVS_GET_BINARY
MVSGetBinary property keyword

 o MVS_DEFAULT_MODE
 public static final String MVS_DEFAULT_MODE
MVSDefaultMode property keyword

 o MVS_CLEAR
 public static final String MVS_CLEAR
MVSClear property keyword

 o VM_PUT_TEXT
 public static final String VM_PUT_TEXT
VMPutText property keyword

 o VM_PUT_BINARY
 public static final String VM_PUT_BINARY
VMPutBinary property keyword

 o VM_GET_TEXT
 public static final String VM_GET_TEXT
VMGetText property keyword

 o VM_GET_BINARY
 public static final String VM_GET_BINARY
VMGetBinary property keyword

 o VM_DEFAULT_MODE
 public static final String VM_DEFAULT_MODE
VMDefaultMode property keyword

 o VM_CLEAR
 public static final String VM_CLEAR
VMClear property keyword

 o CICS_PUT_TEXT
 public static final String CICS_PUT_TEXT
CICSPutText property keyword

 o CICS_PUT_BINARY
 public static final String CICS_PUT_BINARY
CICSPutBinary property keyword

 o CICS_GET_TEXT
 public static final String CICS_GET_TEXT
CICSGetText property keyword

 o CICS_GET_BINARY
 public static final String CICS_GET_BINARY
CICSGetBinary property keyword

 o CICS_DEFAULT_MODE
 public static final String CICS_DEFAULT_MODE
CICSDefaultMode property keyword

 o CICS_CLEAR
 public static final String CICS_CLEAR
CICSClear property keyword

 o OS400_PUT_TEXT
 public static final String OS400_PUT_TEXT
OS400PutText property keyword

 o OS400_PUT_BINARY
 public static final String OS400_PUT_BINARY
OS400PutBinary property keyword

 o OS400_GET_TEXT
 public static final String OS400_GET_TEXT
OS400GetText property keyword

 o OS400_GET_BINARY
 public static final String OS400_GET_BINARY
OS400GetBinary property keyword

 o OS400_DEFAULT_MODE
 public static final String OS400_DEFAULT_MODE
OS400DefaultMode property keyword

 o OS400_XFER_DSTADDR
 public static final String OS400_XFER_DSTADDR
OS400XferDstAddr property keyword

 o OS400_PROXY_SERVER_ENABLED
 public static final String OS400_PROXY_SERVER_ENABLED
OS400ProxyServerEnabled property keyword

 o OS400_PROXY_SERVER_DSTADDR
 public static final String OS400_PROXY_SERVER_DSTADDR
OS400ProxyServerDstAddr property keyword

 o OS400_PROXY_SERVER_DSTPORT
 public static final String OS400_PROXY_SERVER_DSTPORT
OS400ProxyServerDstPort property keyword

 o OS400_XFER_USERID
 public static final String OS400_XFER_USERID
OS400XferUserID property keyword

 o HOST_TYPE
 public static final String HOST_TYPE
hostType property keyword

 o CODE_PAGE
 public static final String CODE_PAGE
codePage property keyword

 o PC_CODE_PAGE
 public static final String PC_CODE_PAGE
PCCodePage property keyword

 o TIMEOUT_VALUE
 public static final String TIMEOUT_VALUE
timeoutValue property keyword

 o PAUSE
 public static final String PAUSE
pause property keyword

 o BUTTON_TEXT_VISIBLE
 public static final String BUTTON_TEXT_VISIBLE
buttonTextVisible property keyword

 o HOST_FILE_ORIENTATION
 public static final String HOST_FILE_ORIENTATION
hostFileOrientation property keyword

 o PC_FILE_ORIENTATION
 public static final String PC_FILE_ORIENTATION
PCFileOrientation property keyword

 o PC_FILE_TYPE
 public static final String PC_FILE_TYPE
PCFileType property keyword

 o LAM_ALEF_EXPANSION
 public static final String LAM_ALEF_EXPANSION
Lam_AlefExpansion property keyword

 o LAM_ALEF_COMPRESSION
 public static final String LAM_ALEF_COMPRESSION
Lam_AlefCompression property keyword

 o SYM_SWAP
 public static final String SYM_SWAP
SymmetricSwapping property keyword

 o NUMERALS
 public static final String NUMERALS
NumeralsShape property keyword

 o ROUND_TRIP
 public static final String ROUND_TRIP
RoundTrip property keyword

 o VM_CMS
 public static final String VM_CMS
hostType property value - VM/CMS Host

 o MVS_TSO
 public static final String MVS_TSO
hostType property value - MVS/TSO Host

 o CICS
 public static final String CICS
hostType property value - CICS Host

 o OS400
 public static final String OS400
hostType property value - OS/400 Host

 o TEXT
 public static final String TEXT
MVSDefaultMode, VMDefaultMode, CICSDefaultMode, OS400DefaultMode property value - Text file

 o BINARY
 public static final String BINARY
MVSDefaultMode, VMDefaultMode, CICSDefaultMode, OS400DefaultMode property value - Binary file

 o LEFT_TO_RIGHT
 public static final String LEFT_TO_RIGHT
hostFileOrientation, PCFileOrientation property value - Left to Right file

 o RIGHT_TO_LEFT
 public static final String RIGHT_TO_LEFT
hostFileOrientation, PCFileOrientation property value - Right to Left file

 o VISUAL
 public static final String VISUAL
PCFileType property value - Visual

 o IMPLICIT
 public static final String IMPLICIT
PCFileType property value - Implicit

 o LAM_ALEF_EXPANSION_ON
 public static final String LAM_ALEF_EXPANSION_ON
Lam_AlefExpansion property value - ON

 o LAM_ALEF_EXPANSION_OFF
 public static final String LAM_ALEF_EXPANSION_OFF
Lam_AlefExpansion property value - OFF

 o LAM_ALEF_COMPRESSION_ON
 public static final String LAM_ALEF_COMPRESSION_ON
Lam_AlefCompression property value - ON

 o LAM_ALEF_COMPRESSION_OFF
 public static final String LAM_ALEF_COMPRESSION_OFF
Lam_AlefCompression property value - OFF

 o SYM_SWAP_ON
 public static final String SYM_SWAP_ON
SymmetricSwapping property value - ON

 o SYM_SWAP_OFF
 public static final String SYM_SWAP_OFF
SymmetricSwapping property value - OFF

 o NUMERALS_NOMINAL
 public static final String NUMERALS_NOMINAL
NumeralsShape property value - NOMINAL

 o NUMERALS_NATIONAL
 public static final String NUMERALS_NATIONAL
NumeralsShape property value - NATIONAL

 o NUMERALS_CONTEXTUAL
 public static final String NUMERALS_CONTEXTUAL
NumeralsShape property value - CONTEXTUAL

 o ROUND_TRIP_ON
 public static final String ROUND_TRIP_ON
RoundTrip property value - ON

 o ROUND_TRIP_OFF
 public static final String ROUND_TRIP_OFF
RoundTrip property value - OFF

Constructors

 o FileTransfer
 public FileTransfer()
Constructor which uses the default values for all properties.

 o FileTransfer
 public FileTransfer(Properties newProperties) throws PropertyVetoException
Constructor which takes a Properties object containing the initial property settings. Any properties which are not specified in the Properties object are initialized to their default values.

Parameters:
newProperties - the new Properties for the FileTransfer Bean.
Throws: PropertyVetoException
Fired if an incorrect property value is given.

Methods

 o setProperties
 public void setProperties(Properties properties) throws PropertyVetoException
Sets properties for the FileTransfer Bean via a Properties object.

Throws: PropertyVetoException
Thrown if one of the VetoableChangeListeners rejects the change.
Overrides:
setProperties in class HODPanelBean
 o setHostType
 public void setHostType(String hostType) throws PropertyVetoException
Sets the hostType property. This should be set to the type of host system that is sending or receiving the file.

Parameters:
hostType - the new hostType value
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getHostType, listHostTypes, CICS, MVS_TSO, VM_CMS, OS400
 o getHostType
 public String getHostType()
Returns the current value of the hostType property.

See Also:
setHostType
 o listHostTypes
 public static Enumeration listHostTypes()
Returns the list of valid hostType values.

See Also:
setHostType
 o setCodePage
 public void setCodePage(String codePage) throws PropertyVetoException
Sets the host codePage property. This is the codepage that is being used by the host that is sending or receiving the file.

Parameters:
codePage - The new host codePage.
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getCodePage, listCodePages
 o getCodePage
 public String getCodePage()
Returns the current value of the host codePage property.

See Also:
setCodePage
 o listCodePages
 public Enumeration listCodePages()
Returns a list of the valid host codePages.

See Also:
setCodePage
 o setPCCodePage
 public void setPCCodePage(String pcCodePage) throws PropertyVetoException
Sets the PCCodePage property. This is the codepage of the workstation that is sending or receiving the file.

Parameters:
pcCodePage - the new PCCodePage
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getPCCodePage, listPCCodePages, listPCCodePages
 o getPCCodePage
 public String getPCCodePage()
Returns the current value of the PCCodePage property.

See Also:
setPCCodePage
 o listPCCodePages
 public Enumeration listPCCodePages()
Returns a list of the valid PCCodePages.

See Also:
setPCCodePage
 o listPCCodePages
 public static Enumeration listPCCodePages(String codePage)
Returns a list of the valid PCCodePage names.

See Also:
setPCCodePage
 o setTimeoutValue
 public void setTimeoutValue(int timeOutValue) throws PropertyVetoException
Sets the timeoutValue property. This is the amount of time FileTransfer will wait for the host to respond to a file transfer request.

Parameters:
timeOutValue - The new timeoutValue.
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getTimeoutValue
 o getTimeoutValue
 public int getTimeoutValue()
Returns the current value of the timeoutValue property.

See Also:
setTimeoutValue
 o setPause
 public void setPause(int pauseValue) throws PropertyVetoException
Sets the pause property. This is the amount of time FileTransfer will wait between transfers when processing a list of files.

Parameters:
pauseValue - The new pause value.
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getPause
 o getPause
 public int getPause()
Returns the current setting of the pause property.

See Also:
setPause
 o setButtonTextVisible
 public void setButtonTextVisible(boolean visible) throws PropertyVetoException
Sets the buttonTextVisible property. This is a boolean property and accepts either a True or False . This property controls whether the text on the buttons is displayed

Parameters:
visible - The new buttonTextVisible value.
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
isButtonTextVisible
 o isButtonTextVisible
 public boolean isButtonTextVisible()
Returns the current setting of the buttonTextVisible property.

See Also:
setButtonTextVisible
 o setMVSGetText
 public void setMVSGetText(String mvsGetText) throws PropertyVetoException
Sets the current MVS "Get" Text string. These are the options used when transferring a text file from an MVS host to a workstation.

Parameters:
mvsGetText - the new MVS "Get" Text string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getMVSGetText
 o getMVSGetText
 public String getMVSGetText()
Returns the current MVS "Get" Text string.

See Also:
setMVSGetText
 o setMVSPutText
 public void setMVSPutText(String mvsPutText) throws PropertyVetoException
Sets the current MVS "Put" Text string. These are the options used when transferring a text file from a workstation to an MVS host.

Parameters:
mvsPutText - the new MVS "Put" Text string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getMVSPutText
 o getMVSPutText
 public String getMVSPutText()
Returns the current MVS "Put" Text string.

See Also:
setMVSPutText
 o setMVSGetBinary
 public void setMVSGetBinary(String mvsGetBinary) throws PropertyVetoException
Sets the current MVS "Get" Binary string. These are the options used when transferring a binary file from an MVS host to a workstation.

Parameters:
mvsGetBinary - the new MVS "Get" Binary string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getMVSGetBinary
 o getMVSGetBinary
 public String getMVSGetBinary()
Returns the current MVS "Get" Binary string.

See Also:
setMVSGetBinary
 o setMVSPutBinary
 public void setMVSPutBinary(String mvsPutBinary) throws PropertyVetoException
Sets the current MVS "Put" Binary string. These are the options used when transferring a binary file from a workstation to an MVS host.

Parameters:
mvsPutBinary - the new MVS "Put" Binary string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getMVSPutBinary
 o getMVSPutBinary
 public String getMVSPutBinary()
Returns the current MVS "Put" Binary string.

See Also:
setMVSPutBinary
 o setMVSDefaultMode
 public void setMVSDefaultMode(String mvsDefaultMode) throws PropertyVetoException
Sets the MVS default mode (text or binary).

Parameters:
mvsDefaultMode - the new MVS default mode
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getMVSDefaultMode
 o getMVSDefaultMode
 public String getMVSDefaultMode()
Returns the current MVS default mode.

See Also:
setMVSDefaultMode
 o listMVSDefaultModes
 public static Enumeration listMVSDefaultModes()
Lists the valid MVSDefaultMode values.

See Also:
setMVSDefaultMode
 o setMVSClear
 public void setMVSClear(boolean clear) throws PropertyVetoException
Sets the MVS Clear setting (True or False ).

Parameters:
clear - the new MVS Clear setting
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
isMVSClear
 o isMVSClear
 public boolean isMVSClear()
Returns the current MVS Clear setting.

See Also:
setMVSClear
 o setVMGetText
 public void setVMGetText(String vmGetText) throws PropertyVetoException
Sets the current VM "Get" Text string. These are the options used when transferring a text file from an VM host to a workstation.

Parameters:
vmGetText - the new VM "Get" Text string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getVMGetText
 o getVMGetText
 public String getVMGetText()
Returns the current VM "Get" Text string.

See Also:
setVMGetText
 o setVMPutText
 public void setVMPutText(String vmPutText) throws PropertyVetoException
Sets the current VM "Put" Text string. These are the options used when transferring a text file from a workstation to an VM host.

Parameters:
vmPutText - the new VM "Put" Text string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getVMPutText
 o getVMPutText
 public String getVMPutText()
Returns the current VM "Put" Text string.

See Also:
setVMPutText
 o setVMGetBinary
 public void setVMGetBinary(String vmGetBinary) throws PropertyVetoException
Sets the current VM "Get" Binary string. These are the options used when transferring a binary file from an VM host to a workstation.

Parameters:
vmGetBinary - the new VM "Get" Binary string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getVMGetBinary
 o getVMGetBinary
 public String getVMGetBinary()
Returns the current VM "Get" Binary string.

See Also:
setVMGetBinary
 o setVMPutBinary
 public void setVMPutBinary(String vmPutBinary) throws PropertyVetoException
Sets the current VM "Put" Binary string. These are the options used when transferring a binary file from a workstation to an VM host.

Parameters:
vmPutBinary - the new VM "Put" Binary string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getVMPutBinary
 o getVMPutBinary
 public String getVMPutBinary()
Returns the current VM "Put" Binary string.

See Also:
setVMPutBinary
 o setVMDefaultMode
 public void setVMDefaultMode(String vmDefaultMode) throws PropertyVetoException
Sets the VM default mode (text or binary).

Parameters:
vmDefaultMode - the new VM default mode
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getVMDefaultMode
 o getVMDefaultMode
 public String getVMDefaultMode()
Returns the current VM default mode.

See Also:
setVMDefaultMode
 o listVMDefaultModes
 public static Enumeration listVMDefaultModes()
Lists the valid VMDefaultMode values.

See Also:
setVMDefaultMode
 o setVMClear
 public void setVMClear(boolean clear) throws PropertyVetoException
Sets the VM Clear setting (True or False ).

Parameters:
clear - the new VM Clear setting
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
isVMClear
 o isVMClear
 public boolean isVMClear()
Returns the current VM Clear setting.

See Also:
setVMClear
 o setCICSGetText
 public void setCICSGetText(String cicsGetText) throws PropertyVetoException
Sets the current CICS "Get" Text string. These are the options used when transferring a text file from an CICS host to a workstation.

Parameters:
cicsGetText - the new CICS "Get" Text string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getCICSGetText
 o getCICSGetText
 public String getCICSGetText()
Returns the current CICS "Get" Text string.

See Also:
setCICSGetText
 o setCICSPutText
 public void setCICSPutText(String cicsPutText) throws PropertyVetoException
Sets the current CICS "Put" Text string. These are the options used when transferring a text file from a workstation to an CICS host.

Parameters:
cicsPutText - the new CICS "Put" Text string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getCICSPutText
 o getCICSPutText
 public String getCICSPutText()
Returns the current CICS "Put" Text string.

See Also:
setCICSPutText
 o setCICSGetBinary
 public void setCICSGetBinary(String cicsGetBinary) throws PropertyVetoException
Sets the current CICS "Get" Binary string. These are the options used when transferring a binary file from an CICS host to a workstation.

Parameters:
cicsGetBinary - the new CICS "Get" Binary string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getCICSGetBinary
 o getCICSGetBinary
 public String getCICSGetBinary()
Returns the current CICS "Get" Binary string.

See Also:
setCICSGetBinary
 o setCICSPutBinary
 public void setCICSPutBinary(String cicsPutBinary) throws PropertyVetoException
Sets the current CICS "Put" Binary string. These are the options used when transferring a binary file from a workstation to an CICS host.

Parameters:
cicsPutBinary - the new CICS "Put" Binary string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getCICSPutBinary
 o getCICSPutBinary
 public String getCICSPutBinary()
Returns the current CICS "Put" Binary string.

See Also:
setCICSPutBinary
 o setCICSDefaultMode
 public void setCICSDefaultMode(String cicsDefaultMode) throws PropertyVetoException
Sets the CICS default mode (text or binary).

Parameters:
cicsDefaultMode - the new CICS default mode
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getCICSDefaultMode
 o getCICSDefaultMode
 public String getCICSDefaultMode()
Returns the current CICS default mode.

See Also:
setCICSDefaultMode
 o listCICSDefaultModes
 public static Enumeration listCICSDefaultModes()
Lists the valid CICSDefaultMode values.

See Also:
setCICSDefaultMode
 o setCICSClear
 public void setCICSClear(boolean clear) throws PropertyVetoException
Sets the CICS Clear setting (True or False ).

Parameters:
clear - the new CICS Clear setting
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
isCICSClear
 o isCICSClear
 public boolean isCICSClear()
Returns the current CICS Clear setting.

See Also:
setCICSClear
 o setOS400GetText
 public void setOS400GetText(String os400GetText) throws PropertyVetoException
Sets the current OS400 "Get" Text string. These are the options used when transferring a text file from an OS400 host to a workstation.

Parameters:
os400GetText - the new OS400 "Get" Text string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getOS400GetText
 o getOS400GetText
 public String getOS400GetText()
Returns the current OS400 "Get" Text string.

See Also:
setOS400GetText
 o setOS400PutText
 public void setOS400PutText(String os400PutText) throws PropertyVetoException
Sets the current OS400 "Put" Text string. These are the options used when transferring a text file from a workstation to an OS400 host.

Parameters:
os400PutText - the new OS400 "Put" Text string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getOS400PutText
 o getOS400PutText
 public String getOS400PutText()
Returns the current OS400 "Put" Text string.

See Also:
setOS400PutText
 o setOS400GetBinary
 public void setOS400GetBinary(String os400GetBinary) throws PropertyVetoException
Sets the current OS400 "Get" Binary string. These are the options used when transferring a binary file from an OS400 host to a workstation.

Parameters:
os400GetBinary - the new OS400 "Get" Binary string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getOS400GetBinary
 o getOS400GetBinary
 public String getOS400GetBinary()
Returns the current OS400 "Get" Binary string.

See Also:
setOS400GetBinary
 o setOS400PutBinary
 public void setOS400PutBinary(String os400PutBinary) throws PropertyVetoException
Sets the current OS400 "Put" Binary string. These are the options used when transferring a binary file from a workstation to an OS400 host.

Parameters:
os400PutBinary - the new OS400 "Put" Binary string
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getOS400PutBinary
 o getOS400PutBinary
 public String getOS400PutBinary()
Returns the current OS400 "Put" Binary string.

See Also:
setOS400PutBinary
 o setOS400DefaultMode
 public void setOS400DefaultMode(String os400DefaultMode) throws PropertyVetoException
Sets the OS400 default mode (text or binary).

Parameters:
os400DefaultMode - the new OS400 default mode
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getOS400DefaultMode
 o getOS400DefaultMode
 public String getOS400DefaultMode()
Returns the current OS400 default mode.

See Also:
setOS400DefaultMode
 o listOS400DefaultModes
 public static Enumeration listOS400DefaultModes()
Lists the valid OS400 default mode values.

See Also:
setOS400DefaultMode
 o getOS400XferUserID
 public String getOS400XferUserID()
Returns the current OS400 File transfer user ID.

See Also:
setOS400XferUserID
 o setOS400XferUserID
 public void setOS400XferUserID(String userID) throws PropertyVetoException
Sets the current user ID to perform OS400 File Transfer.

Parameters:
user - ID to do the file transfer.
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getOS400XferUserID
 o getOS400XferDstAddr
 public String getOS400XferDstAddr()
Returns the current OS400 File transfer destination address.

See Also:
setOS400XferDstAddr
 o setOS400XferDstAddr
 public void setOS400XferDstAddr(String dstaddr) throws PropertyVetoException
Sets the destination address to perform OS400 File Transfer.

Parameters:
destination - address to do the file transfer.
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getOS400XferDstAddr
 o isOS400ProxyServerEnabled
 public boolean isOS400ProxyServerEnabled()
Returns whether the Proxy Server is enabled(True) or not(False).

See Also:
setOS400ProxyServerEnabled
 o setOS400ProxyServerEnabled
 public void setOS400ProxyServerEnabled(boolean enable) throws PropertyVetoException
Sets whether Proxy Server is enabled(True) or not(False).

Parameters:
enable - the new Enable Proxy Server setting
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
isOS400ProxyServerEnabled
 o getOS400ProxyServerDstAddr
 public String getOS400ProxyServerDstAddr()
Returns the current Proxy Server destination address.

See Also:
setOS400ProxyServerDstAddr
 o setOS400ProxyServerDstAddr
 public void setOS400ProxyServerDstAddr(String proxyAddr) throws PropertyVetoException
Sets the Proxy server destination address

Parameters:
proxyAddr - Server destination address.
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getOS400ProxyServerDstAddr
 o getOS400ProxyServerDstPort
 public int getOS400ProxyServerDstPort()
Returns the current Proxy Server destination port.

See Also:
setOS400ProxyServerDstPort
 o setOS400ProxyServerDstPort
 public void setOS400ProxyServerDstPort(int proxyPort) throws PropertyVetoException
Sets the Proxy server destination port

Parameters:
proxyPort - Server destination port.
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getOS400ProxyServerDstPort
 o setHostFileOrientation
 public void setHostFileOrientation(String hostFileOrientation) throws PropertyVetoException
Sets the HostFileOrientation property. This indicates whether the host file is in "left to right" style or "right to left" style. This property only applies to bi-directional hosts.

Parameters:
hostFileOrientation - one of the following string constants: LEFT_TO_RIGHT RIGHT_TO_LEFT
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getHostFileOrientation, LEFT_TO_RIGHT, RIGHT_TO_LEFT
 o getHostFileOrientation
 public String getHostFileOrientation()
Returns the current setting of the HostFileOrientation property.

See Also:
setHostFileOrientation, LEFT_TO_RIGHT, RIGHT_TO_LEFT
 o listHostFileOrientations
 public static Enumeration listHostFileOrientations()
Returns a list of the valid HostFileOrientation values.

See Also:
setHostFileOrientation, LEFT_TO_RIGHT, RIGHT_TO_LEFT
 o setPCFileOrientation
 public void setPCFileOrientation(String pcFileOrientation) throws PropertyVetoException
Sets the PCFileOrientation property. This indicates whether the workstation file being transferred is "left to right" style or "right to left" style. This property only applies to bi-directional workstations.

Parameters:
pcFileOrientation - one of the following string constants: LEFT_TO_RIGHT RIGHT_TO_LEFT
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getPCFileOrientation, LEFT_TO_RIGHT, RIGHT_TO_LEFT
 o getPCFileOrientation
 public String getPCFileOrientation()
Returns the current setting of the PCFileOrientation property.

See Also:
setPCFileOrientation, LEFT_TO_RIGHT, RIGHT_TO_LEFT
 o listPCFileOrientations
 public static Enumeration listPCFileOrientations()
Returns a list of the valid PCFileOrientation values.

See Also:
setPCFileOrientation, LEFT_TO_RIGHT, RIGHT_TO_LEFT
 o setPCFileType
 public void setPCFileType(String pft) throws PropertyVetoException
Sets the PCFileType property. This indicates the type of the workstation file being transferred. This property only applies to bi-directional workstations.

Parameters:
pft - one of the following string constants: VISUAL IMPLICIT
Throws: PropertyVetoException
Fired if an incorrect property value is given.
See Also:
getPCFileOrientation, VISUAL, IMPLICIT
 o getPCFileType
 public String getPCFileType()
Returns the current setting of the PCFileType property.

See Also:
setPCFileOrientation, VISUAL, IMPLICIT
 o listPCFileTypes
 public static Enumeration listPCFileTypes()
Returns a list of the valid PCFileType values.

See Also:
setPCFileOrientation, VISUAL, IMPLICIT
 o setLam_AlefExpansion
 public void setLam_AlefExpansion(String Lam_AlefExpansion) throws PropertyVetoException
Sets the Lam_AlefExpansion property. This indicates whether the Lam_Alef Expansion is in "ON" style or "OFF" style. This property only applies to Arabic hosts.

Parameters:
Lam_AlefExpension - one of the following string constants: LAM_ALEF_EXPANSION_ON LAM_ALEF_EXPANSION_OFF
Throws: PropertyVetoException
Fired if an invalid property value is given.
See Also:
getLam_AlefExpansion, LAM_ALEF_EXPANSION_ON, LAM_ALEF_EXPANSION_OFF
 o getLam_AlefExpansion
 public String getLam_AlefExpansion()
Returns the current setting of the Lam_AlefExpansion property.

See Also:
setLam_AlefExpansion, LAM_ALEF_EXPANSION_ON, LAM_ALEF_EXPANSION_OFF
 o listLam_AlefExpansion
 public static Enumeration listLam_AlefExpansion()
Returns a list of the valid Lam_AlefExpansion values.

See Also:
setLam_AlefExpansion, LAM_ALEF_EXPANSION_ON, LAM_ALEF_EXPANSION_OFF
 o setLam_AlefCompression
 public void setLam_AlefCompression(String Lam_AlefCompression) throws PropertyVetoException
Sets the Lam_AlefCompression property. This indicates whether the Lam_Alef Compression is in "ON" style or "OFF" style. This property only applies to Arabic hosts.

Parameters:
Lam_AlefCompression - one of the following string constants: LAM_ALEF_COMPRESSION_ON LAM_ALEF_COMPRESSION_OFF
Throws: PropertyVetoException
Fired if an invalid property value is given.
See Also:
getLam_AlefCompression, LAM_ALEF_COMPRESSION_ON, LAM_ALEF_COMPRESSION_OFF
 o getLam_AlefCompression
 public String getLam_AlefCompression()
Returns the current setting of the Lam_AlefCompression property.

See Also:
setLam_AlefCompression, LAM_ALEF_COMPRESSION_ON, LAM_ALEF_COMPRESSION_OFF
 o listLam_AlefCompression
 public static Enumeration listLam_AlefCompression()
Returns a list of the valid Lam_AlefCompression values.

See Also:
setLam_AlefCompression, LAM_ALEF_COMPRESSION_ON, LAM_ALEF_COMPRESSION_OFF
 o setSym_Swap
 public void setSym_Swap(String Symmetric_Swapping) throws PropertyVetoException
Sets the SymmetricSwapping property. This indicates whether the Symmetric Swapping is in "ON" style or "OFF" style. This property only applies to Arabic hosts.

Parameters:
one - of the following string constants: SYM_SWAP_ON SYM_SWAP_OFF
Throws: PropertyVetoException
Fired if an invalid property value is given.
See Also:
getSym_Swap, SYM_SWAP_ON, SYM_SWAP_OFF
 o getSym_Swap
 public String getSym_Swap()
Returns the current setting of the SymmetricSwapping property.

See Also:
setSym_Swap, SYM_SWAP_ON, SYM_SWAP_OFF
 o listSym_Swap
 public static Enumeration listSym_Swap()
Returns a list of the valid SymmetricSwapping values.

See Also:
setSym_Swap, SYM_SWAP_ON, SYM_SWAP_OFF
 o setNumerals
 public void setNumerals(String Numerals_Shaping) throws PropertyVetoException
Sets the NumeralsShape property. This indicates whether the Numerals Shaping is in "NOMINAL" style or "NATIONAL" style or "CONTEXTUAL" style. This property only applies to Arabic hosts.

Parameters:
one - of the following string constants: NUMERALS_NOMINAL NUMERALS_NATIONAL NUMERALS_CONTEXTUAL
Throws: PropertyVetoException
Fired if an invalid property value is given.
See Also:
getNumerals, NUMERALS_NOMINAL, NUMERALS_NATIONAL, NUMERALS_CONTEXTUAL
 o getNumerals
 public String getNumerals()
Returns the current setting of the NumeralsShape property.

See Also:
setNumerals, NUMERALS_NOMINAL, NUMERALS_NATIONAL, NUMERALS_CONTEXTUAL
 o listNumerals
 public static Enumeration listNumerals()
Returns a list of the valid NumeralsShape values.

See Also:
setNumerals, NUMERALS_NOMINAL, NUMERALS_NATIONAL, NUMERALS_CONTEXTUAL
 o setRound_Trip
 public void setRound_Trip(String RoundTrip) throws PropertyVetoException
Sets the RoundTrip property. This indicates whether the RoundTrip is in "ON" style or "OFF" style. This property only applies to Arabic hosts.

Parameters:
one - of the following string constants: ROUND_TRIP_ON ROUND_TRIP_OFF
Throws: PropertyVetoException
Fired if an invalid property value is given.
See Also:
getRound_Trip, ROUND_TRIP_ON, ROUND_TRIP_OFF
 o getRound_Trip
 public String getRound_Trip()
Returns the current setting of the RoundTrip property.

See Also:
setRound_Trip, ROUND_TRIP_ON, ROUND_TRIP_OFF
 o listRound_Trip
 public static Enumeration listRound_Trip()
Returns a list of the valid RoundTrip values.

See Also:
setRound_Trip, ROUND_TRIP_ON, ROUND_TRIP_OFF
 o defaults
 public static Properties defaults()
Returns a Properties object containing the default properties for the FileTransfer Bean.

 o getTraceName
 public String getTraceName()
Returns a trace identifier for this bean

Overrides:
getTraceName in class HODPanelBean
 o CommEvent
 public void CommEvent(CommEvent evt)
Handler method for CommEvents. FileTransfer listens to CommEvents to know the state of communications between the session and the host. File transfers can only occur when the connection between the session and the host is active.

Parameters:
evt - CommEvent containing the session's communication status.
 o propertyChange
 public void propertyChange(PropertyChangeEvent evt)
Handler method for PropertyChangeEvents. This method is called when a Terminal/Session Bean property changes. The FileTransfer Bean is sensitive to both the sessionType and codePage properties of the Terminal/Session Bean. When the sessionType or codePage changes on the Terminal/Session Bean, FileTransfer will change its own property to match. This can cause FileTransfer to re-initialize itself based on the new settings.

Parameters:
evt - PropertyChangeEvent containing the property that has changed.
Overrides:
propertyChange in class HODPanelBean

All Packages  Class Hierarchy  This Package  Previous  Next  Index