JNDINames.java :  » Authentication-Authorization » ejbca » org » ejbca » core » ejb » Java Open Source

Java Open Source » Authentication Authorization » ejbca 
ejbca » org » ejbca » core » ejb » JNDINames.java
package org.ejbca.core.ejb;

/**
 * This class is the central location to store the internal
 * names of various entities, and these internal names are later
 * mapped to the JNDI names in the deployment environment. Any change
 * here should also be reflected in the deployment descriptors.
 */
public interface JNDINames {

    /**
     * This is the datasource definition used through the whole EJBCA app.
     */
    String DATASOURCE = "java:comp/env/DataSource";

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.