Uses of Package
org.jppf.classloader

Packages that use org.jppf.classloader
org.jppf.classloader Support for socket-based communication with remote services. 
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.node Support for node life cycle events. 
org.jppf.server.nio Classes supporting asynchronous communication through the NIO APIs. 
org.jppf.server.nio.classloader Support for socket-based communication with remote services. 
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. 
 

Classes in org.jppf.classloader used by org.jppf.classloader
AbstractJPPFClassLoader
          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.
AbstractJPPFClassLoaderLifeCycle
          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.
AbstractJPPFClassLoaderLifeCycle.AbstractResourceRequest
          Encapsulates a remote resource request submitted asynchronously via the single-thread executor.
JPPFResourceWrapper
          Instances of this class encapsulate the necessary information used by the network classloader, for sending class definition requests as well as receiving the class definitions.
JPPFResourceWrapper.State
          Enumeration of the possible states for this resource wrapper.
LocalClassLoaderChannel
          Channel wrapper and I/O implementation for the class loader of an in-VM node.
 

Classes in org.jppf.classloader used by org.jppf.client
JPPFResourceWrapper
          Instances of this class encapsulate the necessary information used by the network classloader, for sending class definition requests as well as receiving the class definitions.
ResourceProvider
          Instances of this class are dedicated to reading resource files form the JVM's classpath and converting them into arrays of bytes.
 

Classes in org.jppf.classloader used by org.jppf.node
AbstractJPPFClassLoader
          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.
 

Classes in org.jppf.classloader used by org.jppf.server.nio
ResourceProvider
          Instances of this class are dedicated to reading resource files form the JVM's classpath and converting them into arrays of bytes.
 

Classes in org.jppf.classloader used by org.jppf.server.nio.classloader
JPPFResourceWrapper
          Instances of this class encapsulate the necessary information used by the network classloader, for sending class definition requests as well as receiving the class definitions.
ResourceProvider
          Instances of this class are dedicated to reading resource files form the JVM's classpath and converting them into arrays of bytes.
 

Classes in org.jppf.classloader used by org.jppf.server.node
AbstractJPPFClassLoader
          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.
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.
 

Classes in org.jppf.classloader used by org.jppf.server.node.local
AbstractJPPFClassLoader
          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.
LocalClassLoaderChannel
          Channel wrapper and I/O implementation for the class loader of an in-VM node.
 

Classes in org.jppf.classloader used by org.jppf.server.node.remote
AbstractJPPFClassLoader
          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.
 



Copyright © 2005-2010 JPPF Team.