© 2005 BEA Systems, Inc.

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

All Superinterfaces:
EJBHome, Remote

public interface ShellDefinitionManagerHome
extends EJBHome

EJB Home for ShellDefinitionManager.


Field Summary
static String LOOKUP_NAME
          JNDI lookup name for this ejb.
 
Method Summary
 ShellDefinitionManager create()
          Create the ShellDefinitionManager EJB.
 
Methods inherited 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.

See Also:
Constant Field Values
Method Detail

create

public ShellDefinitionManager create()
                              throws CreateException,
                                     RemoteException
Create the ShellDefinitionManager EJB.

Returns:
the ShellDefinitionManager session bean.
Throws:
CreateException - error on create.
RemoteException - container error.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved