public final class ClassLoaderLimiter extends Object implements ClassLoaderEventListener
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassLoaderLimiter.Builder |
static class |
ClassLoaderLimiter.ClassLoaderLimiterConsistencyException |
| Modifier and Type | Method and Description |
|---|---|
static ClassLoaderLimiter.Builder |
builder() |
void |
loadClass(String className,
String classLoaderName) |
void |
openResourceStream(String resourceName,
String classLoaderName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenumeratingResourceURLs, gettingURLFromResourcepublic void openResourceStream(String resourceName, String classLoaderName)
openResourceStream in interface ClassLoaderEventListenerpublic void loadClass(String className, String classLoaderName)
loadClass in interface ClassLoaderEventListenerpublic static ClassLoaderLimiter.Builder builder()
Copyright © 2021 JBoss by Red Hat. All rights reserved.