com.sun.j2ee.blueprints.customer.util
Interface JNDINames


public interface JNDINames

This class is the central location to store the internal JNDI names of various entities. Any change here should also be reflected in the deployment descriptors.


Field Summary
static java.lang.String ACCOUNT_EJBHOME
           
static java.lang.String ESTORE_DATASOURCE
           
static java.lang.String ORDER_EJBHOME
           
 

Field Detail

ACCOUNT_EJBHOME

public static final java.lang.String ACCOUNT_EJBHOME

ORDER_EJBHOME

public static final java.lang.String ORDER_EJBHOME

ESTORE_DATASOURCE

public static final java.lang.String ESTORE_DATASOURCE


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.