public class JPPFLocalClassLoader extends AbstractJPPFClassLoader
connection, dynamic, listeners| Constructor and Description |
|---|
JPPFLocalClassLoader(ClassLoaderConnection connection,
ClassLoader parent)
Initialize this class loader with a parent class loader.
|
JPPFLocalClassLoader(ClassLoaderConnection connection,
ClassLoader parent,
List<String> uuidPath)
Initialize this class loader with a parent class loader.
|
clearNotFoundCache, close, computeCallable, findClass, findResource, findResources, fireEvent, getDelegationModel, getResourceAsStream, isClientClassLoader, isServerClassLoader, setDelegationModeladdClassLoaderListener, addURL, getClientUuid, getMultipleResources, getRequestUuid, removeClassLoaderListener, resetResourceCache, toStringdefinePackage, getPermissions, getURLs, newInstance, newInstancedefineClass, defineClassclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic JPPFLocalClassLoader(ClassLoaderConnection connection, ClassLoader parent)
connection - the connection to the driver.parent - a ClassLoader instance.public JPPFLocalClassLoader(ClassLoaderConnection connection, ClassLoader parent, List<String> uuidPath)
connection - the connection to the driver.parent - a ClassLoader instance.uuidPath - unique identifier for the submitting application.Copyright © 2005-2012 JPPF Team.