BEA Systems, Inc.

theory.smart.ebusiness.customer
Interface CustomerManagerHome


public interface CustomerManagerHome
extends SmartEJBHome

The home interface for the CustomerManager Session Bean. Use this class to create CustomerManagers.


Method Summary
 CustomerManager create()
          Create a new CustomerManager Session.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public CustomerManager create()
                       throws javax.ejb.CreateException,
                              java.rmi.RemoteException
Create a new CustomerManager Session.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved