Package com.portal.bas
Class PClientApplicationServices
java.lang.Object
com.portal.bas.PClientServices
com.portal.bas.PClientApplicationServices
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
-
Field Summary
Fields inherited from class com.portal.bas.PClientServices
mBAServer, mConnection, mCSHManager, mDefaults, mHelp, mHelpSet, mPool, mResources, RESKEY -
Constructor Summary
ConstructorsConstructorDescriptionCreates a default instance of thePClientApplicationServicesobject.PClientApplicationServices(JFrame mainFrame) Creates a default instance of thePClientApplicationServicesobject in the specified window. -
Method Summary
Modifier and TypeMethodDescriptionGets the default properties.Gets the main frame for the application, creating the frame if needed.Gets a reference to thePBAServerimplementation.Methods inherited from class com.portal.bas.PClientServices
addResourceBundle, confirmationMsg, confirmationMsg, confirmationMsg, confirmationMsg, connect, createClass, createClientException, createController, createDialogClass, createModelHandle, createNewModel, doLogin, doLogin, doLogout, errorMsg, errorMsg, errorMsg, errorMsg, getClassToInstantiate, getContext, getCSHManager, getDefaultBook, getHelpObj, getModelField, getPermissionFor, getResource, getResources, getRestrictionOn, getUserPreferences, init, initHelp, invokeInThread, invokeInThread, isConnectedToInfranet, lastChanceLogin, loadImageIcon, loadImageIcon, logRemote, mergeHelp, registerApp, registerComponent, registerHelpButton, registerHelpIDFor, releaseContext, saveUserPreferences, setModelField, setPropertyURL, setPropertyURL, setUserPreferences, unregisterComponent
-
Constructor Details
-
PClientApplicationServices
public PClientApplicationServices()Creates a default instance of thePClientApplicationServicesobject. -
PClientApplicationServices
Creates a default instance of thePClientApplicationServicesobject in the specified window.- Parameters:
mainFrame- the window in which to load the application panel
-
-
Method Details
-
getMainPane
Gets the main frame for the application, creating the frame if needed.- Specified by:
getMainPanein classPClientServices- Returns:
- The main frame window reference.
- See Also:
-
getDefaultProperties
Gets the default properties. These can include properties specified in the applet's "param" specifcation.- Specified by:
getDefaultPropertiesin classPClientServices- Returns:
- A
Propertiesobject.
-
getServer
Gets a reference to thePBAServerimplementation.- Specified by:
getServerin classPClientServices- Returns:
- A stub to the BAS server.
-