Package org.jboss.modules

Examples of org.jboss.modules.ClassifyingModuleLoader


     * loader selector.
     *
     * @param context The start context
     */
    public synchronized void start(StartContext context) throws StartException {
        classifyingModuleLoader = new ClassifyingModuleLoader("as-classifying", delegates, Module.getDefaultModuleLoader());
    }
View Full Code Here

TOP

Related Classes of org.jboss.modules.ClassifyingModuleLoader

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.