com.sun.j2ee.blueprints.petstore.personalize.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 CATALOG_EJBHOME
           
static java.lang.String ESTORE_DATASOURCE
           
static java.lang.String PROFILE_EJBHOME
           
 

Field Detail

PROFILE_EJBHOME

public static final java.lang.String PROFILE_EJBHOME

CATALOG_EJBHOME

public static final java.lang.String CATALOG_EJBHOME

ESTORE_DATASOURCE

public static final java.lang.String ESTORE_DATASOURCE


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.