com.sun.j2ee.blueprints.petstore.personalize.util
Class EJBUtil

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.petstore.personalize.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 CatalogHome getCatalogHome()
           
static ProfileMgrHome getProfileMgrHome()
           
 
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

getProfileMgrHome

public static ProfileMgrHome getProfileMgrHome()
                                        throws javax.naming.NamingException

getCatalogHome

public static CatalogHome getCatalogHome()
                                  throws javax.naming.NamingException


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.