Uses of Package
com.sun.j2ee.blueprints.customer.order.ejb

Packages that use com.sun.j2ee.blueprints.customer.order.ejb
com.sun.j2ee.blueprints.customer.order.ejb   
com.sun.j2ee.blueprints.customer.util   
 

Classes in com.sun.j2ee.blueprints.customer.order.ejb used by com.sun.j2ee.blueprints.customer.order.ejb
Order
          This interface provides method to view the details of an Order.
OrderDAO
          This class encapsulates all the SQL calls made by the Order EJB.This class provides two abstract methods, namely abstract void create( Connection con) and abstract void store(Connection con).The implementation of these methods is provided by the subclasses representing a particular database vendor.This was done primarily to accomodate the differences between the SQL supported by different vendors.
OrderDAOException
           
 

Classes in com.sun.j2ee.blueprints.customer.order.ejb used by com.sun.j2ee.blueprints.customer.util
OrderHome
          The Home Interface for Order EJB
 



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.