|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.eNetwork.HOD.customizable.HODSessionManager
Constructor Summary | |
---|---|
HODSessionManager()
Constructor for the HODSessionManager object |
Method Summary | |
---|---|
CustomDesktop |
createCustomDesktop(com.ibm.eNetwork.HOD.common.Environment env,
java.lang.String readDirectory)
Method used to create a CustomDesktop for a custom Java applet. |
CustomDesktop |
createCustomDesktop(java.awt.Frame parentFrame,
java.io.File file,
java.lang.String readDirectory)
Method used to create a CustomDesktop for a custom Java application where the session definitions reside on the local workstation. |
CustomDesktop |
createCustomDesktop(java.awt.Frame parentFrame,
java.lang.String url,
java.lang.String readDirectory)
Method used to create a CustomDesktop for a custom Java application where the session definitions reside on a webserver. |
HODDesktop |
createHODDesktop(com.ibm.eNetwork.HOD.common.Environment env,
java.lang.String readDirectory)
Method used to create a HODDesktop for a custom Java applet. |
HODDesktop |
createHODDesktop(java.awt.Frame parentFrame,
java.io.File file,
java.lang.String readDirectory)
Method used to create a HODDesktop for a custom Java application where the session definitions reside on the local workstation. |
HODDesktop |
createHODDesktop(java.awt.Frame parentFrame,
java.lang.String url,
java.lang.String readDirectory)
Method used to create a HODDesktop for a custom Java application where the session definitions reside on a webserver. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HODSessionManager()
Method Detail |
public HODDesktop createHODDesktop(com.ibm.eNetwork.HOD.common.Environment env, java.lang.String readDirectory) throws HODSessionException
When using a custom applet, the HTML page must have the following applet parameter
PARAM NAME="ParameterFile" VALUE="HODData\\readDirectory\\params.txt"
where "readDirectory" is the same as the second parameter.
If you are also entered "Additional Parameters" for the Host On-Demand code through the Deployment Wizard, you must also
have the following applet parameter
PARAM NAME="UserDefinedParameterFile" VALUE="HODData\\readDirectory\\udparams.txt"
where "readDirectory" is the same as the second parameter.
env
- Environment object used by the custom appletreadDirectory
- Directory name of the subdirectory under the HODData directoryHODSessionException
- Thrown if a desktop has already been openedpublic HODDesktop createHODDesktop(java.awt.Frame parentFrame, java.io.File file, java.lang.String readDirectory) throws HODSessionException
parentFrame
- Frame created as part of the java application.file
- A File object of the directory containing the HODData subdirectory.readDirectory
- Directory name of the subdirectory under the HODData directoryHODSessionException
- Thrown if a desktop has already been openedpublic HODDesktop createHODDesktop(java.awt.Frame parentFrame, java.lang.String url, java.lang.String readDirectory) throws HODSessionException
parentFrame
- Frame created as part of the java application.url
- A URL of the web server where the session definitions reside. Must be in the
form of "http://host/alias".readDirectory
- Directory matching the name of the HTML page created by Deployment Wizard
and matching the name of the subdirectory under HODData on the web serverHODSessionException
- Thrown if a desktop has already been openedpublic CustomDesktop createCustomDesktop(com.ibm.eNetwork.HOD.common.Environment env, java.lang.String readDirectory) throws HODSessionException
When using a custom applet, the HTML page must have the following applet parameter
PARAM NAME="ParameterFile" VALUE="HODData\\readDirectory\\params.txt"
where "readDirectory" is the same as the second parameter.
If you are also entered "Additional Parameters" for the Host On-Demand code through the Deployment Wizard, you must also
have the following applet parameter
PARAM NAME="UserDefinedParameterFile" VALUE="HODData\\readDirectory\\udparams.txt"
where "readDirectory" is the same as the second parameter.
env
- Environment object used by the custom appletreadDirectory
- Directory name of the subdirectory under the HODData directoryHODSessionException
- Thrown if a desktop has already been openedpublic CustomDesktop createCustomDesktop(java.awt.Frame parentFrame, java.io.File file, java.lang.String readDirectory) throws HODSessionException
parentFrame
- Frame created as part of the java application.file
- A File object of the directory containing the HODData subdirectory.readDirectory
- Directory name of the subdirectory under the HODData directoryHODSessionException
- Thrown if a desktop has already been openedpublic CustomDesktop createCustomDesktop(java.awt.Frame parentFrame, java.lang.String url, java.lang.String readDirectory) throws HODSessionException
parentFrame
- Frame created as part of the java application.url
- A URL of the web server where the session definitions reside. Must be in the
form of "http://host/alias".readDirectory
- Directory matching the name of the HTML page created by Deployment Wizard
and matching the name of the subdirectory under HODData on the web serverHODSessionException
- Thrown if a desktop has already been opened
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |