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.
-
USERID
- UserID property keyword
-
close()
- Called when closing the session.
-
getApplet()
- Gets the Applet instance.
-
getFrame()
- Gets the parent Frame
-
getHostTerminal()
- Gets the HostTerminal instance.
-
getMacroManager()
-
Gets the MacroManager bean instance
-
getSessionConfigInfo()
- Gets the Properties instance
USERID
public static final String USERID
- UserID property keyword
getMacroManager
public abstract MacroManager getMacroManager()
- Gets the MacroManager bean instance
- Returns:
- the MacroManager bean instance
getSessionConfigInfo
public abstract Properties getSessionConfigInfo()
- Gets the Properties instance
- Returns:
- the Properties instance populated with session specific information, including User ID.
getHostTerminal
public abstract HostTerminal getHostTerminal()
- Gets the HostTerminal instance.
- Returns:
- the HostTerminal instance
getApplet
public abstract Applet getApplet()
- Gets the Applet instance.
- Returns:
- the Applet instance
getFrame
public abstract Frame getFrame()
- Gets the parent Frame
- Returns:
- the parent Frame
close
public abstract void close()
- Called when closing the session.
All Packages Class Hierarchy This Package Previous Next Index