com.sun.j2ee.blueprints.customer.util
Class EJBUtil

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.customer.util.EJBUtil

public final class EJBUtil
extends java.lang.Object

This is a utility class for obtaining EJB references.


Constructor Summary
EJBUtil()
           
 
Method Summary
static AccountHome getAccountHome()
           
static OrderHome getOrderHome()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBUtil

public EJBUtil()
Method Detail

getAccountHome

public static AccountHome getAccountHome()
                                  throws javax.naming.NamingException

getOrderHome

public static OrderHome getOrderHome()
                              throws javax.naming.NamingException


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.