com.bankframe.ejb
Class EJBEnvironmentProperties

java.lang.Object
  extended bycom.bankframe.ejb.EJBEnvironmentProperties

public class EJBEnvironmentProperties
extends java.lang.Object

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.

Author:
ETU

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

EJB_COMPLIANCE

public static final java.lang.String EJB_COMPLIANCE
See Also:
Constant Field Values
Method Detail

get

public 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.

Parameters:
key - the name of the property to retrieve
ctx - the EJB context
Returns:
the requested property, or null on error


Copyright © 2004 Siebel Systems, Inc. All rights reserved.