Package com.sun.ccpp

Examples of com.sun.ccpp.ProfileFactoryImpl


        // NOTE: This initialisation code is mostly copied from the RI
        // 20020925 RI example init.jsp.
        logger.fine("Initialising JSR-188 RI CC/PP library");

        // Create and initialise the RI Profile Factory.
        ProfileFactoryImpl factory = (ProfileFactoryImpl)
                ProfileFactoryImpl.getInstance();
        factory.setCacheEnabled(false);
       
        // Create and initialise the RI Profile Fragment Factory.
        ProfileFragmentFactoryImpl fragmentFactory =
                (ProfileFragmentFactoryImpl)
                    ProfileFragmentFactoryImpl.getInstance();
View Full Code Here

TOP

Related Classes of com.sun.ccpp.ProfileFactoryImpl

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.