|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.j2ee.blueprints.petstore.util.JNDIUtil
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 |
public JNDIUtil()
Method Detail |
public static boolean sendConfirmationMail()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |