com.bea.portal.manager.ejb
Interface PortalManagerHome
- All Superinterfaces:
- EJBHome, Remote
- public interface PortalManagerHome
- extends EJBHome
Interface PortalManagerHome
is the home interface of the
PortalManager
stateless session bean which provides access
to and persistence of portal configuration and personalization data.
EJB_REF_NAME
public static final String EJB_REF_NAME
- The EJB-REF name for this
EJBHome
.
- See Also:
- Constant Field Values
create
public PortalManager create()
throws CreateException,
RemoteException
- Retrieves an reference to a
PortalManager
instance. Use
this to gain access to and persistence of portal configuration and
personalization data.
- Returns:
- a reference to a
PortalManager
session bean.
CreateException
RemoteException
Copyright © 2003 BEA Systems, Inc. All Rights Reserved