PortalManagerHome Interface

DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

com.bea.portal.manager.ejb
PortalManagerHome Interface

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.


All Superinterfaces
EJBHome, Remote

Field Summary

public static final String
EJB_REF_NAME
The EJB-REF name for this EJBHome.
 

Method Summary

public PortalManager
create()
Retrieves an reference to a PortalManager instance.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Field Detail

EJB_REF_NAME

public static final String EJB_REF_NAME
The EJB-REF name for this EJBHome.

 

Method Detail

create() Method

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.

Exceptions

CreateException
RemoteException