Package com.sun.enterprise.config.impl

Examples of com.sun.enterprise.config.impl.ConfigEnvironmentImpl


    /**
     * creates a new configEnvironmentImpl with
     * defaults
     */
    public ConfigEnvironment getConfigEnvironment() {
        ConfigEnvironment ce = new ConfigEnvironmentImpl();
        ce.setConfigBeanInterceptor(new DefaultConfigBeanInterceptor());
        return ce;
    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.config.impl.ConfigEnvironmentImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.