| Package | Description |
|---|---|
| com.sun.appserv.connectors.internal.api | |
| com.sun.enterprise.v3.server | |
| org.glassfish.internal.api |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorClassFinder
connector-class-finder to provide a class from its .rar
|
| Constructor and Description |
|---|
ConnectorClassFinder(ClassLoader parent,
String raName,
DelegatingClassLoader.ClassFinder finder) |
| Modifier and Type | Method and Description |
|---|---|
DelegatingClassLoader.ClassFinder |
AppLibClassLoaderServiceImpl.getAppLibClassFinder(Collection<URI> libURIs) |
DelegatingClassLoader.ClassFinder |
ClassLoaderHierarchyImpl.getAppLibClassFinder(List<URI> libURIs) |
| Modifier and Type | Method and Description |
|---|---|
DelegatingClassLoader.ClassFinder |
ClassLoaderHierarchy.getAppLibClassFinder(List<URI> libURIs)
Returns ApplibClassFinder.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegatingClassLoader.ClassFinder> |
DelegatingClassLoader.getDelegates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DelegatingClassLoader.addDelegate(DelegatingClassLoader.ClassFinder d)
Adds a ClassFinder to list of delegates.
|
boolean |
DelegatingClassLoader.removeDelegate(DelegatingClassLoader.ClassFinder d)
Removes a ClassFinder from list of delegates.
|
| Constructor and Description |
|---|
DelegatingClassLoader(ClassLoader parent,
List<DelegatingClassLoader.ClassFinder> delegates) |
Copyright © 2017. All rights reserved.