com.ibm.eNetwork.HOD Interface HIFramework
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |
- public interface HIFramework
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 |
USERID
public static final java.lang.String
USERID
| Method Detail |
getMacroManager
public
MacroManager
getMacroManager()
getSessionConfigInfo
public java.util.Properties
getSessionConfigInfo()
getHostTerminal
public com.ibm.eNetwork.beans.HOD.HostTerminal
getHostTerminal()
getApplet
public java.applet.Applet
getApplet()
getFrame
public java.awt.Frame
getFrame()
close
public void
close()
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |