public interface IJavaComponentClassLoader
Modifier and Type | Method and Description |
---|---|
IResourceHandle |
getJavaComponentHandle()
Get the resource handle of the Java component, this loader belongs to.
|
java.lang.String |
getName()
Get the name of the classloader that is useful for display
|
java.util.List<java.lang.ClassLoader> |
getParents()
Get parent loaders
|
boolean |
isOperational()
Get whether this loader is still in operation.
|
java.lang.String getName()
IResourceHandle getJavaComponentHandle()
boolean isOperational()
java.util.List<java.lang.ClassLoader> getParents()