Package | Description |
---|---|
org.jboss.classloading.spi |
Modifier and Type | Method and Description |
---|---|
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 © 2015 JBoss by Red Hat. All rights reserved.