The session end process releases the resources assigned to a client workstation
when the client closes the Java(TM) Client Sample Application. The following
is the session end process:
- The application is closed.
- The client side releases its assigned resources by executing a specific
process (endSessionClientOp), and propagating it to a specific invoker (javaEndSettionInvoker)
In the application presentation server.
- The application presentation server invokes a specific EJB on the application
logic server (EndSessionActionBean).
- The server destroys the context that was created in the startup process.