com.ibm.eNetwork.HOD
Interface HIFramework


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
UserID property keyword
Method Detail

getMacroManager

public MacroManager getMacroManager()
Gets the MacroManager bean instance
Returns:
the MacroManager bean instance

getSessionConfigInfo

public java.util.Properties getSessionConfigInfo()
Gets the Properties instance
Returns:
the Properties instance populated with session specific information, including User ID.

getHostTerminal

public com.ibm.eNetwork.beans.HOD.HostTerminal getHostTerminal()
Gets the HostTerminal instance.
Returns:
the HostTerminal instance

getApplet

public java.applet.Applet getApplet()
Gets the Applet instance.
Returns:
the Applet instance

getFrame

public java.awt.Frame getFrame()
Gets the parent Frame
Returns:
the parent Frame

close

public void close()
Called when closing the session.