public class PControllerBaseImpl extends Object implements PControllerBaseBean, Serializable
Constructor and Description |
---|
PControllerBaseImpl()
Create an instance of the PControllerBaseImpl
|
Modifier and Type | Method and Description |
---|---|
protected PortalContext |
getContext()
Returns the current connection context.
|
protected void |
releaseContext(PortalContext ctx)
Releases the connection retrieved by
getContext() . |
void |
setCustomServices(PClientServices pCS)
Sets the client service instance for this component
for an application which uses multiple services (WebKit)
|
public PControllerBaseImpl()
RemoteException
public void setCustomServices(PClientServices pCS)
setCustomServices
in interface PControllerBaseBean
service
- the client services instanceprotected PortalContext getContext() throws RemoteException
getContext()
there must be a corresponding call to
releaseContext()
.RemoteException
releaseContext(com.portal.pcm.PortalContext)
protected void releaseContext(PortalContext ctx) throws RemoteException
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.ctx
- the connection to be released.RemoteException
getContext()
Copyright © 2003, 2023, Oracle and/or its affiliates.