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


public interface ExportImportManagerHome

EJB Home for ExportImportManager.


Field Summary
static String LOOKUP_NAME
          JNDI lookup name for this ejb.
 
Method Summary
 ExportImportManager create()
          Create the ExportImportManager EJB.
 

Field Detail

LOOKUP_NAME

static final String LOOKUP_NAME
JNDI lookup name for this ejb.

See Also
Constants Summary
Method Detail

create

ExportImportManager create()
                           throws CreateException,
                                  RemoteException
Create the ExportImportManager EJB.

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


Copyright © 2006 BEA Systems, Inc. All Rights Reserved