Interface PInfranetAppController

All Known Implementing Classes:
PInfranetAppControllerImpl, PInfranetConnectionImpl

public interface PInfranetAppController
PInfranetAppController, one of the main server-side classes, contains application information and services of interest only to other server-side classes. One instance of PInfranetAppController is created for each client session, and it ties together all controllers that are created for that session.

The class contains the client session's locale, application name, and other optional data. It is used to establish connections between controllers on the server side, using handles passed through the client. This is how server-side event listeners work, for example, PRemoteListenerProxy.

When a connection to Portal is created, this class is used to cache the connection.

All controllers can call getAppController() to get their instance of PInfranetAppController.

Version:
%version: 3.1.2 % %date_modified: Tue Jan 08 20:30:33 2002 %
Author:
larrylf
See Also: