MarkupDefinitionManagerHome Interface

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

public interface MarkupDefinitionManagerHome

    extends EJBHome

EJB Home for MarkupDefinitionManager.


All Superinterfaces
EJBHome, Remote

Field Summary

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

Method Summary

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

Returns

the ShellDefinitionManager session bean.

Exceptions

CreateException
error on create.
RemoteException
container error.