Class PControllerBaseImpl

java.lang.Object
com.portal.bas.PControllerBaseImpl
All Implemented Interfaces:
PControllerBaseBean, Serializable, Remote

public class PControllerBaseImpl extends Object implements PControllerBaseBean, Serializable
See Also:
  • Constructor Details

    • PControllerBaseImpl

      public PControllerBaseImpl()
      Create an instance of the PControllerBaseImpl
      Throws:
      RemoteException
  • Method Details

    • setCustomServices

      public void setCustomServices(PClientServices pCS)
      Sets the client service instance for this component for an application which uses multiple services (WebKit)
      Specified by:
      setCustomServices in interface PControllerBaseBean
      Parameters:
      service - the client services instance
    • getContext

      protected PortalContext getContext() throws RemoteException
      Returns the current connection context. May be null if no connection to Portal has been made. For every call to getContext() there must be a corresponding call to releaseContext().
      Returns:
      A PortalContext object or null
      Throws:
      RemoteException
      See Also:
    • releaseContext

      protected void releaseContext(PortalContext ctx) throws RemoteException
      Releases the connection retrieved by getContext(). For every call to getContext() there must be a corresponding call to releaseContext(). This method doesn't do anything if there is no connection pool.
      Parameters:
      ctx - the connection to be released.
      Throws:
      RemoteException
      See Also: