JBoss Reflection 2.2.1.SP1

Uses of Interface
org.jboss.classloading.spi.DomainClassLoader

Packages that use DomainClassLoader
org.jboss.classloading.spi   
 

Uses of DomainClassLoader in org.jboss.classloading.spi
 

Methods in org.jboss.classloading.spi with parameters of type DomainClassLoader
 URL ClassLoadingDomain.getResource(String name, DomainClassLoader classLoader)
          Get a resource
 Class<?> ClassLoadingDomain.loadClass(String name, boolean resolve, DomainClassLoader classLoader)
          Load a class from this domain
 byte[] Translator.transform(DomainClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
          The implementation of this method may transform the supplied class file and return a new replacement class file.
 void Translator.unregisterClassLoader(DomainClassLoader loader)
          Called to indicate that the ClassLoader is being discarded by the server.
 


JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.