Package org.jboss.classpool.spi

Examples of org.jboss.classpool.spi.ClassLoaderRegistryHandler


      this.registerModuleCallback = registerModuleCallback;
   }
  
   public ClassLoaderRegistryHandler create(ClassLoaderRegistryHandler successor)
   {
      ClassLoaderRegistryHandler handler = JBossClRegistryHandler.getInstance();
      handler.setSuccessor(successor);
      return handler;
   }
View Full Code Here

TOP

Related Classes of org.jboss.classpool.spi.ClassLoaderRegistryHandler

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.