Uses of Class
org.jppf.classloader.AbstractJPPFClassLoader

Packages that use AbstractJPPFClassLoader
org.jppf.classloader Support for socket-based communication with remote services. 
org.jppf.node Support for node life cycle events. 
org.jppf.server.node Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.server.node.local Classes supporting local nodes,, in the same JVM as the driver. 
org.jppf.server.node.remote Classes supporting remote nodes. 
 

Uses of AbstractJPPFClassLoader in org.jppf.classloader
 

Subclasses of AbstractJPPFClassLoader in org.jppf.classloader
 class JPPFClassLoader
          This class is a custom class loader serving the purpose of dynamically loading the JPPF classes and the client application classes, to avoid costly redeployment system-wide.
 class JPPFLocalClassLoader
          This class is a custom class loader serving the purpose of dynamically loading the JPPF classes and the client application classes, to avoid costly redeployment system-wide.
 

Uses of AbstractJPPFClassLoader in org.jppf.node
 

Methods in org.jppf.node that return AbstractJPPFClassLoader
static AbstractJPPFClassLoader NodeRunner.getJPPFClassLoader()
          Get the main classloader for the node.
 

Uses of AbstractJPPFClassLoader in org.jppf.server.node
 

Fields in org.jppf.server.node declared as AbstractJPPFClassLoader
protected  AbstractJPPFClassLoader JPPFContainer.classLoader
          Class loader used for dynamic loading and updating of client classes.
protected  AbstractJPPFClassLoader AbstractClassLoaderManager.classLoader
          Class loader used for dynamic loading and updating of client classes.
 

Methods in org.jppf.server.node that return AbstractJPPFClassLoader
protected abstract  AbstractJPPFClassLoader AbstractClassLoaderManager.createClassLoader()
          Create the class loader for this node.
 AbstractJPPFClassLoader JPPFNode.getClassLoader()
          Get the main classloader for the node.
 AbstractJPPFClassLoader JPPFContainer.getClassLoader()
          Get the main class loader for this container.
 AbstractJPPFClassLoader AbstractClassLoaderManager.getClassLoader()
          Get the main classloader for the node.
 

Methods in org.jppf.server.node that return types with arguments of type AbstractJPPFClassLoader
protected abstract  Callable<AbstractJPPFClassLoader> AbstractClassLoaderManager.newClassLoaderCreator(List<String> uuidPath)
          Instantiate the callback used to create the class loader in each JPPFContainer.
 

Methods in org.jppf.server.node with parameters of type AbstractJPPFClassLoader
protected abstract  JPPFContainer AbstractClassLoaderManager.newJPPFContainer(List<String> uuidPath, AbstractJPPFClassLoader cl)
          Create a new container based on the uuid path and class loader.
 

Constructors in org.jppf.server.node with parameters of type AbstractJPPFClassLoader
JPPFContainer(List<String> uuidPath, AbstractJPPFClassLoader classLoader)
          Initialize this container with a specified application uuid.
 

Uses of AbstractJPPFClassLoader in org.jppf.server.node.local
 

Constructors in org.jppf.server.node.local with parameters of type AbstractJPPFClassLoader
JPPFLocalContainer(LocalNodeChannel channel, List<String> uuidPath, AbstractJPPFClassLoader classLoader)
          Initialize this container with a specified application uuid.
 

Uses of AbstractJPPFClassLoader in org.jppf.server.node.remote
 

Methods in org.jppf.server.node.remote that return AbstractJPPFClassLoader
protected  AbstractJPPFClassLoader RemoteClassLoaderManager.createClassLoader()
          Create the class loader for this node.
 

Methods in org.jppf.server.node.remote that return types with arguments of type AbstractJPPFClassLoader
protected  Callable<AbstractJPPFClassLoader> RemoteClassLoaderManager.newClassLoaderCreator(List<String> uuidPath)
          Instantiate the callback used to create the class loader in each JPPFContainer.
 

Methods in org.jppf.server.node.remote with parameters of type AbstractJPPFClassLoader
protected  JPPFContainer RemoteClassLoaderManager.newJPPFContainer(List<String> uuidPath, AbstractJPPFClassLoader cl)
          Create a new container based on the uuid path and class loader.
 

Constructors in org.jppf.server.node.remote with parameters of type AbstractJPPFClassLoader
JPPFRemoteContainer(SocketWrapper socketClient, List<String> uuidPath, AbstractJPPFClassLoader classLoader)
          Initialize this container with a specified application uuid.
 



Copyright © 2005-2010 JPPF Team.