BEA Systems, Inc.

theory.smart.ebusiness.inventory
Interface InventoryManagerHome


public interface InventoryManagerHome
extends SmartEJBHome

The home interface for the InventoryManager Session Bean. Use this class to create InventoryManagers.


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

Method Detail

create

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

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved