com.ibm.eNetwork.HOD.customizable
Interface HODFTPSession

All Superinterfaces:
HODSession

public interface HODFTPSession
extends HODSession


Fields inherited from interface com.ibm.eNetwork.HOD.customizable.HODSession
FUNCTION_ALLOWED, FUNCTION_DISABLED, FUNCTION_EXECUTED, FUNCTION_INVALID, FUNCTION_NOT_ALLOWED, STRING_RETURN_CODES
 
Method Summary
 javax.swing.JPanel getTerminal()
          Gets the FTP Terminal component used by the session.
 javax.swing.JPanel getToolbar()
          Gets the toolbar component used by the session.
 javax.swing.JPanel getTransferListManager()
          Gets the transfer list manager component used by the session.
 int showCodepageConverter()
          Shows the Codepage Converter.
 int showReceiveTransferList()
          Shows the panel to receive a list from the host.
 int showSendTransferList()
          Shows the panel to send a list to the host.
 
Methods inherited from interface com.ibm.eNetwork.HOD.customizable.HODSession
close, connect, disconnect, getHODMenubar, getStatusBar, isConnected, showProblemDetermination
 

Method Detail

getTerminal

public javax.swing.JPanel getTerminal()
Gets the FTP Terminal component used by the session. It is a java.awt.Panel for the JDK 1.1 code.

getToolbar

public javax.swing.JPanel getToolbar()
Gets the toolbar component used by the session. It is a java.awt.Panel for the JDK 1.1 code.

getTransferListManager

public javax.swing.JPanel getTransferListManager()
Gets the transfer list manager component used by the session. It is a java.awt.Panel for the JDK 1.1 code.

showSendTransferList

public int showSendTransferList()
Shows the panel to send a list to the host.

The return code indicates if the method was successful.

The possible values are
Constant Description
HODSession.FUNCTION_EXECUTED Function was successful
HODSession.FUNCTION_DISABLED Function not allowed because it is disabled
HODSession.FUNCTION_NOT_ALLOWED Function not allowed at this time


showReceiveTransferList

public int showReceiveTransferList()
Shows the panel to receive a list from the host.

The return code indicates if the method was successful.

The possible values are
Constant Description
HODSession.FUNCTION_EXECUTED Function was successful
HODSession.FUNCTION_DISABLED Function not allowed because it is disabled
HODSession.FUNCTION_NOT_ALLOWED Function not allowed at this time


showCodepageConverter

public int showCodepageConverter()
Shows the Codepage Converter.

The return code indicates if the method was successful.

The possible values are
Constant Description
HODSession.FUNCTION_EXECUTED Function was successful
HODSession.FUNCTION_DISABLED Function not allowed because it is disabled
HODSession.FUNCTION_NOT_ALLOWED Function not allowed at this time