|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.ibm.eNetwork.HOD.customizable.BaseDesktop
|
+--com.ibm.eNetwork.HOD.customizable.CustomDesktop
| Method Summary | |
|---|---|
int |
copySession(java.lang.String sessionName)
Creates a copy of the session specified. |
int |
deleteSession(java.lang.String sessionName)
Deletes the session specified. |
java.lang.String[] |
getSessionNames()
Method called to return a list of the session names defined. |
int |
renameSession(java.lang.String sessionName,
java.lang.String newSessionName)
Renames a session name to a new name. |
int |
showConfigDialog(java.lang.String sessionName)
Opens a modal dialog that shows the session properties of a session. |
HODDisplaySession |
startDisplaySession(java.lang.String sessionName)
Method called to start a particular Host On-Demand session. |
HODFTPSession |
startFTPSession(java.lang.String sessionName)
Method called to start a particular Host On-Demand sessions. |
HODPrintSession |
startPrintSession(java.lang.String sessionName)
Method called to start a particular Host On-Demand session. |
| Methods inherited from class com.ibm.eNetwork.HOD.customizable.BaseDesktop |
|---|
closeAllSessions, save |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int showConfigDialog(java.lang.String sessionName)
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 |
| HODSession.FUNCTION_INVALID | Function invalid because specified session was not found |
sessionName - Name of the session to configurepublic int copySession(java.lang.String sessionName)
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 |
| HODSession.FUNCTION_INVALID | Function invalid because specified session was not found |
sessionName - Name of the session to copypublic int deleteSession(java.lang.String sessionName)
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 |
| HODSession.FUNCTION_INVALID | Function invalid because specified session was not found |
sessionName - Name of the session to delete
public int renameSession(java.lang.String sessionName,
java.lang.String newSessionName)
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 |
| HODSession.FUNCTION_INVALID | Function invalid because specified session was not found |
sessionName - Name of the session to configurenewSessionName - new name of the session property
public HODDisplaySession startDisplaySession(java.lang.String sessionName)
throws HODSessionException
sessionName - Name of the session to startHODSessionException - Thrown if a display session with this name could not be startedpublic java.lang.String[] getSessionNames()
public HODPrintSession startPrintSession(java.lang.String sessionName)
throws HODSessionException
sessionName - Name of the session to startHODSessionException - Thrown if a printer session with this name could not be started
public HODFTPSession startFTPSession(java.lang.String sessionName)
throws HODSessionException
sessionName - Name of the session to startHODSessionException - Thrown if an FTP session with this name could not be started
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||