Name |
The name of the navigation. |
BeginAction |
Action to be performed before navigation begins:
|
• |
None — Assumes that the connection is already opened.
|
|
• |
Connect — Calls one of the Connect methods of the HostFront.EAI assembly. Executes the navigation from the first screen received.
|
|
• |
GetFromPool — Grabs a session from the pool defined in the Connection Settings dialog box and executes the navigation from the screen
this session is parked on.
|
|
EndAction |
Action to be performed at the end of the navigation:
|
• |
None — Leaves the connection opened.
|
|
• |
Disconnect — Disconnects the session (from the backend as well).
|
|
• |
ReleaseToPool — Puts back the session into the pool defined in the Connection Settings dialog box. The current screen of the navigation
(usually the last one) must be the one defined as a park screen in the pool.
|
|