DesktopDefinitionManagerHome Interface

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

public interface DesktopDefinitionManagerHome

    extends EJBHome

EJB Home for DesktopDefinitionManager.


All Superinterfaces
EJBHome, Remote

Field Summary

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

Method Summary

public DesktopDefinitionManager
create()
Create the PageDefinitionManager 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 DesktopDefinitionManager create()
throws CreateException, RemoteException
Create the PageDefinitionManager EJB.

Returns

the PageDefinitionManager session bean.

Exceptions

CreateException
error on create.
RemoteException
container error.