|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ejb.EJBEnvironmentProperties
This class is a utility class for reading environment variables from an EJB's deployment descriptor. Hides the different ways of doing this in EJB1.0 and EJB1.1.
| Field Summary | |
static java.lang.String |
EJB_COMPLIANCE
|
| Method Summary | |
static java.lang.Object |
get(java.lang.String key,
javax.ejb.EJBContext ctx)
This method gets an environment property from an EJB's deployment descriptor. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String EJB_COMPLIANCE
| Method Detail |
public static java.lang.Object get(java.lang.String key,
javax.ejb.EJBContext ctx)
key - the name of the property to retrievectx - the EJB context
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||