© 2005 BEA Systems, Inc.

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

All Superinterfaces:
EJBHome, Remote

public interface ExportImportManagerHome
extends EJBHome

EJB Home for ExportImportManager.


Field Summary
static String LOOKUP_NAME
          JNDI lookup name for this ejb.
 
Method Summary
 ExportImportManager create()
          Create the ExportImportManager 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 ExportImportManager create()
                           throws CreateException,
                                  RemoteException
Create the ExportImportManager EJB.

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

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved