com.beasys.commerce.ebusiness.catalog.service.data
Interface CustomDataManagerHome

All Superinterfaces
javax.ejb.EJBHome, Remote, SmartEJBHome, SmartHome

Deprecated See BEA Commerce product offering

@Deprecated
public interface CustomDataManagerHome
extends SmartEJBHome

The home interface for the CustomDataManager Session EJB. Use this class to create CustomDataManager instances.

See Also
CustomDataManager

Method Summary
 CustomDataManager create()
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

CustomDataManager create()
                         throws javax.ejb.CreateException,
                                RemoteException
Deprecated See BEA Commerce product offering

Create a new CustomDataManager EJB.

Throws
javax.ejb.CreateException
RemoteException


Copyright © 2008 BEA Systems, Inc. All Rights Reserved