PortalCustomizationManagerHome Interface

com.bea.netuix.application.manager.persistence
PortalCustomizationManagerHome Interface

public interface PortalCustomizationManagerHome

    extends EJBHome

EJB Home for PortalCustomizationManager.


All Superinterfaces
EJBHome, Remote

Field Summary

public static final String
LOOKUP_NAME
JNDI lookup name for this ejb.
 

Method Summary

public PortalCustomizationManager
create()
Create the ShellDefinitionManager EJB.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Field Detail

LOOKUP_NAME

public static final String LOOKUP_NAME
JNDI lookup name for this ejb.

 

Method Detail

create() Method

public PortalCustomizationManager create()
throws CreateException, RemoteException
Create the ShellDefinitionManager EJB.

Returns

the PortletDefinitionManager session bean.

Exceptions

CreateException
error on create.
RemoteException
container error.