HODFTPSession
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
com.ibm.eNetwork.HOD.customizable Interface HODFTPSession
- All Superinterfaces:
- HODSession
- public interface HODFTPSession
- extends HODSession
| Field Summary |
| Fields inherited from interface com.ibm.eNetwork.HOD.customizable.HODSession |
|
| 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. |
boolean
|
isButtonBarVisible() Returns true
if the session is configured to start with button bar
visible. |
boolean
|
isTransferListManagerVisible()
Returns true if the session is configured to start with transfer
list manager visible. |
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 |
|
| 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
isTransferListManagerVisible
public boolean isTransferListManagerVisible()
- Returns true if the session is configured to start with transfer list manager visible.
isButtonBarVisible
public boolean isButtonBarVisible()
- Returns true if the session is configured to start with button bar visible.
#isbuttonbarvisible__skip-navbar_bottom
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||