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.
 



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