CustomerProfileManagerHome Interface

com.bea.commerce.ebusiness.customer
CustomerProfileManagerHome Interface

public interface CustomerProfileManagerHome

    extends EJBHome

The home interface for the ProfileManager Session Beans.


All Superinterfaces
EJBHome, Remote

Method Summary

public CustomerProfileManager
create()
Create a new ProfileManager Session Bean.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

public CustomerProfileManager create()
throws CreateException, RemoteException
Create a new ProfileManager Session Bean.

Exceptions

CreateException
RemoteException