© 2005 BEA Systems, Inc.

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

All Superinterfaces:
EJBHome, Remote

public interface MarkupDefinitionManagerHome
extends EJBHome

EJB Home for MarkupDefinitionManager.


Field Summary
static String LOOKUP_NAME
          JNDI lookup name for this ejb.
 
Method Summary
 MarkupDefinitionManager 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 MarkupDefinitionManager 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