com.sun.j2ee.blueprints.customer.order.ejb
Class OrderDAOFactory

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.customer.order.ejb.OrderDAOFactory

public class OrderDAOFactory
extends java.lang.Object


Constructor Summary
OrderDAOFactory()
           
 
Method Summary
static OrderDAO getDAO()
          This method instantiates a particular subclass implementing the abstract methods based on the information obtained from the Connection object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderDAOFactory

public OrderDAOFactory()
Method Detail

getDAO

public static OrderDAO getDAO()
                       throws OrderDAOException
This method instantiates a particular subclass implementing the abstract methods based on the information obtained from the Connection object.


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.