ShellDefinitionManagerHome Interface

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

public interface ShellDefinitionManagerHome

    extends EJBHome

EJB Home for ShellDefinitionManager.


All Superinterfaces
EJBHome, Remote

Field Summary

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

Method Summary

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

Returns

the ShellDefinitionManager session bean.

Exceptions

CreateException
error on create.
RemoteException
container error.