com.sun.j2ee.blueprints.petstore.util
Class JNDIUtil

java.lang.Object
  |
  +--com.sun.j2ee.blueprints.petstore.util.JNDIUtil

public final class JNDIUtil
extends java.lang.Object
implements JNDINames

This class implements convenience methods to access JNDI entries. It is typically used to access application properties that were configured through deployment descriptor and hence are accessible through JNDI namespace.


Fields inherited from interface com.sun.j2ee.blueprints.petstore.util.JNDINames
CART_EJBHOME, CATALOG_EJBHOME, CUSTOMER_EJBHOME, ESTORE_DATASOURCE, INVENTORY_DATASOURCE, INVENTORY_EJBHOME, MAIL_SESSION, MAILER_EJBHOME, ORDER_EJBHOME, PROFILEMGR_EJBHOME, SCC_EJBHOME, SECURITY_ADAPTER_CLASSNAME, SEND_CONFIRMATION_MAIL, SERVER_TYPE
 
Constructor Summary
JNDIUtil()
           
 
Method Summary
static boolean sendConfirmationMail()
          a convenience method to get the boolean value corresponding to the SEND_CONFIRMATION_MAIL property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIUtil

public JNDIUtil()
Method Detail

sendConfirmationMail

public static boolean sendConfirmationMail()
a convenience method to get the boolean value corresponding to the SEND_CONFIRMATION_MAIL property.


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.