|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HIFramework contains the necessary connections points for user applets to communicate/interact with the current session. It is used in conjunction with CustomInterface as a parameter that is passed to the applet for communication purposes.
Field Summary | |
---|---|
static java.lang.String |
USERID
UserID property keyword |
Method Summary | |
---|---|
void |
close()
Called when closing the session. |
java.applet.Applet |
getApplet()
Gets the Applet instance. |
java.awt.Frame |
getFrame()
Gets the parent Frame |
com.ibm.eNetwork.beans.HOD.HostTerminal |
getHostTerminal()
Gets the HostTerminal instance. |
MacroManager |
getMacroManager()
Gets the MacroManager bean instance |
java.util.Properties |
getSessionConfigInfo()
Gets the Properties instance |
Field Detail |
public static final java.lang.String USERID
Method Detail |
public MacroManager getMacroManager()
public java.util.Properties getSessionConfigInfo()
public com.ibm.eNetwork.beans.HOD.HostTerminal getHostTerminal()
public java.applet.Applet getApplet()
public java.awt.Frame getFrame()
public void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |