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


public interface PortalPresentationManagerHome

EJB Home for PortalPresentationManager.


Field Summary
static String LOOKUP_NAME
          JNDI lookup name for this ejb.
 
Method Summary
 PortalPresentationManager create()
          Creates a PortalPresentationManager EJB.
 

Field Detail

LOOKUP_NAME

static final String LOOKUP_NAME
JNDI lookup name for this ejb.

See Also
Constants Summary
Method Detail

create

PortalPresentationManager create()
                                 throws CreateException,
                                        RemoteException
Creates a PortalPresentationManager EJB.

Returns
a PortalPresentationManager session bean.
Throws
javax.ejb.CreateException - error on create.
RemoteException - container error.
CreateException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved