com.bea.portal.manager.ejb
Interface PortalManagerHome
- public interface PortalManagerHome
- extends javax.ejb.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.
Field Summary
|
static java.lang.String |
EJB_REF_NAME
The EJB-REF name for this EJBHome . |
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData,
getHomeHandle,
remove,
remove |
EJB_REF_NAME
public static final java.lang.String EJB_REF_NAME
- The EJB-REF name for this
EJBHome
.
create
public PortalManager create()
throws javax.ejb.CreateException,
java.rmi.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.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved