Class PClientApplicationServices

java.lang.Object
com.portal.bas.PClientServices
com.portal.bas.PClientApplicationServices

public class PClientApplicationServices extends PClientServices
PClientApplicationServices is a subclass of PClientServices that provides services needed when running as an application, but still uses RMI to communicate with a server.

Use PInfranetApplet at run-time.

Version:
%version: 5 % %date_modified: Wed Apr 11 10:56:28 2001 %
Author:
larrylf
  • Constructor Details

    • PClientApplicationServices

      public PClientApplicationServices()
      Creates a default instance of the PClientApplicationServices object.
    • PClientApplicationServices

      public PClientApplicationServices(JFrame mainFrame)
      Creates a default instance of the PClientApplicationServices object in the specified window.
      Parameters:
      mainFrame - the window in which to load the application panel
  • Method Details