All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.eNetwork.HOD.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.


Variable Index

 o USERID
UserID property keyword

Method Index

 o close()
Called when closing the session.
 o getApplet()
Gets the Applet instance.
 o getFrame()
Gets the parent Frame
 o getHostTerminal()
Gets the HostTerminal instance.
 o getMacroManager()
Gets the MacroManager bean instance
 o getSessionConfigInfo()
Gets the Properties instance

Variables

 o USERID
 public static final String USERID
UserID property keyword

Methods

 o getMacroManager
 public abstract MacroManager getMacroManager()
Gets the MacroManager bean instance

Returns:
the MacroManager bean instance
 o getSessionConfigInfo
 public abstract Properties getSessionConfigInfo()
Gets the Properties instance

Returns:
the Properties instance populated with session specific information, including User ID.
 o getHostTerminal
 public abstract HostTerminal getHostTerminal()
Gets the HostTerminal instance.

Returns:
the HostTerminal instance
 o getApplet
 public abstract Applet getApplet()
Gets the Applet instance.

Returns:
the Applet instance
 o getFrame
 public abstract Frame getFrame()
Gets the parent Frame

Returns:
the parent Frame
 o close
 public abstract void close()
Called when closing the session.


All Packages  Class Hierarchy  This Package  Previous  Next  Index