PortalPresentationManagerHome Interface

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

public interface PortalPresentationManagerHome

    extends EJBHome

EJB Home for PortalPresentationManager.


All Superinterfaces
EJBHome, Remote

Field Summary

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

Method Summary

public PortalPresentationManager
create()
Creates a PortalPresentationManager 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 PortalPresentationManager create()
throws CreateException, RemoteException
Creates a PortalPresentationManager EJB.

Returns

a PortalPresentationManager session bean.

Exceptions

CreateException
RemoteException